Skip to content

Commit

Permalink
Improve github actions with zizmor
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoriguchi committed Dec 13, 2024
1 parent fc9c6f5 commit 7aa620c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: cachix/install-nix-action@v30
- id: set-matrix
name: Generate Nix Matrix
Expand All @@ -28,5 +30,7 @@ jobs:
matrix: ${{fromJSON(needs.nix-matrix.outputs.matrix)}}
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: cachix/install-nix-action@v30
- run: nix build -L ".#${{ matrix.attr }}"

0 comments on commit 7aa620c

Please sign in to comment.