Skip to content

Commit

Permalink
no ignore env
Browse files Browse the repository at this point in the history
  • Loading branch information
javierhonduco committed Sep 16, 2024
1 parent 1207852 commit b46cd40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
contents: read
steps:
- uses: actions/checkout@main
- uses: DeterminateSystems/nix-installer-action@v13
with:
source-tag: v0.24.0
- uses: DeterminateSystems/nix-installer-action@main
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Run `cargo clippy`
run: nix develop --ignore-environment --command cargo clippy --all-targets -- -D warnings
run: nix develop --command cargo clippy --all-targets -- -D warnings

0 comments on commit b46cd40

Please sign in to comment.