Skip to content

Commit

Permalink
Merge pull request #168 from maralorn/try-adding-github-workflow
Browse files Browse the repository at this point in the history
Try adding github workflow
  • Loading branch information
maralorn authored Nov 24, 2024
2 parents c528570 + 8eaee44 commit ee08ab7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Nix build
on: [push]
run-name: Test and build flake
jobs:
nix-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- run: nix flake check
- run: nix build

0 comments on commit ee08ab7

Please sign in to comment.