Skip to content

Commit

Permalink
Add github action workflow for CI with binary caching
Browse files Browse the repository at this point in the history
  • Loading branch information
cleeyv committed Jul 17, 2023
1 parent 2b1237d commit 4dfa911
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: CI

on:
push:
pull_request:

jobs:
check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix flake check --allow-import-from-derivation

0 comments on commit 4dfa911

Please sign in to comment.