Skip to content

Commit

Permalink
feat(ci): use DeterminateSystems ci helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
xav-ie committed Aug 26, 2024
1 parent 67d16a2 commit 43a499b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: CI

on:
push:
pull_request:

jobs:
check:
runs-on: ubuntu-22.04
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix flake check -Lv

0 comments on commit 43a499b

Please sign in to comment.