Skip to content

Commit

Permalink
GitHub: Update CI job to run nix flake check (#88)
Browse files Browse the repository at this point in the history
The project is ready to start using `nix flake check`, so start using it on the CI.
  • Loading branch information
kalbasit authored Dec 12, 2024
1 parent 88f8ace commit 66493c0
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ name: CI
on:
pull_request:
jobs:
go-test:
flake-check:
runs-on: ubuntu-latest
permissions:
id-token: "write"
contents: "read"
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup_devbox
- uses: ./.github/actions/setup_go
- uses: ./.github/actions/go_test
- uses: DeterminateSystems/nix-installer-action@v16
- uses: DeterminateSystems/magic-nix-cache-action@v8
- uses: DeterminateSystems/flake-checker-action@main
- run: nix flake check

0 comments on commit 66493c0

Please sign in to comment.