File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -14,16 +14,15 @@ jobs:
1414 steps :
1515 - name : Checkout
1616 uses : actions/checkout@v4
17- - uses : cachix/install-nix-action@v29
18- with :
19- nix_path : " nixpkgs=channel:release-23.05"
20- - name : Validate workflow files
17+ - name : Install cargo-binstall
18+ uses :
cargo-bins/[email protected] 19+ - name : Install action-validator
20+ run : cargo +stable binstall --no-confirm action-validator
21+ - name : Lint Actions
2122 run : |
22- nix develop .#validate -c action-validator .github/workflows/audit.yml
23- nix develop .#validate -c action-validator .github/workflows/rust.yml
24- nix develop .#validate -c action-validator .github/workflows/release.yml
25- nix develop .#validate -c action-validator .github/workflows/validate.yml
26- nix develop .#validate -c action-validator .github/workflows/flake-update.yml
23+ for file in .github/workflows/*.yml ; do
24+ action-validator "$file"
25+ done
2726 - name : Validate codecov.yml
2827 run : |
2928 curl -f --data-binary @codecov.yml https://codecov.io/validate
You can’t perform that action at this time.
0 commit comments