File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 accept-flake-config = true
2121 # Make the Nix environment available to next steps
2222 - uses : rrbutani/use-nix-shell-action@v1
23+ with :
24+ flakes : nixpkgs#shellcheck,nixpkgs#actionlint
2325
2426 - name : actionlint
2527 run : |
Original file line number Diff line number Diff line change 3939 extra_nix_config : |
4040 accept-flake-config = true
4141
42- - name : Check scriv fragments are correct
42+ - uses : rrbutani/use-nix-shell-action@v1
4343 if : steps.filter.outputs.cardano == 'true'
44- uses : rrbutani/use-nix-shell-action@v1
4544 with :
46- script : cd cardano-testnet && scriv collect --version "CI-CHECK" --keep
45+ flakes : nixpkgs#scriv
46+ - name : Check scriv fragments are correct
47+ if : steps.filter.outputs.cardano == 'true'
48+ run : cd cardano-testnet && scriv collect --version "CI-CHECK" --keep
4749
Original file line number Diff line number Diff line change 2020 with :
2121 extra_nix_config : |
2222 accept-flake-config = true
23- # Make the Nix environment available to next steps
2423 - uses : rrbutani/use-nix-shell-action@v1
24+ with :
25+ flakes : nixpkgs#shellcheck
2526 - name : shellcheck
2627 run : |
2728 for file in $(git ls-files "*.sh")
You can’t perform that action at this time.
0 commit comments