Skip to content

Commit

Permalink
ci(nix): update checks for nix
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRibera committed Oct 25, 2024
1 parent d873e36 commit 39a6636
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- "LICENSE*"
- "**/*.md"
- "**/*.nix"
- "flake.lock"
tags-ignore:
- "**"
pull_request:
Expand All @@ -23,6 +24,7 @@ on:
- "LICENSE*"
- "**/*.md"
- "**/*.nix"
- "flake.lock"

jobs:
# Run cargo clippy -- -D warnings
Expand Down

0 comments on commit 39a6636

Please sign in to comment.