Skip to content

Commit

Permalink
Add a basic GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
scottwillmoore committed Jan 3, 2025
1 parent d6d67c1 commit b1e7af7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "CI"

on:
push:
branches:
- main

jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: determinatesystems/nix-installer-action@main
- uses: determinatesystems/magic-nix-cache-action@main
- uses: determinatesystems/flake-checker-action@main

- run: nix flake check

0 comments on commit b1e7af7

Please sign in to comment.