Skip to content

Commit

Permalink
ci: rename nix build workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Feb 12, 2024
1 parent ab1f8c6 commit b222b7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
workflow_call:
jobs:
checks:
nix-flake-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -14,7 +14,7 @@ jobs:
name: neorocks
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake check -L --accept-flake-config --option sandbox false
shell:
build-devShell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b222b7f

Please sign in to comment.