diff options
Diffstat (limited to '.github/workflows/clippy_rustfmt_test.yaml')
| -rw-r--r-- | .github/workflows/clippy_rustfmt_test.yaml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/clippy_rustfmt_test.yaml b/.github/workflows/clippy_rustfmt_test.yaml index c22d187..3fe9976 100644 --- a/.github/workflows/clippy_rustfmt_test.yaml +++ b/.github/workflows/clippy_rustfmt_test.yaml | |||
| @@ -7,10 +7,10 @@ jobs: | |||
| 7 | runs-on: ubuntu-latest | 7 | runs-on: ubuntu-latest |
| 8 | timeout-minutes: 15 | 8 | timeout-minutes: 15 |
| 9 | steps: | 9 | steps: |
| 10 | - uses: actions/checkout@v3 | 10 | - uses: actions/checkout@v5 |
| 11 | - uses: cachix/install-nix-action@v22 | 11 | - uses: cachix/install-nix-action@v31 |
| 12 | with: | 12 | with: |
| 13 | nix_path: nixpkgs=channel:nixos-unstable | 13 | nix_path: nixpkgs=channel:nixos-unstable |
| 14 | - run: nix develop --command cargo clippy | 14 | - run: nix develop --command cargo clippy |
| 15 | - run: nix develop --command cargo fmt --all -- --check | 15 | - run: nix develop --command cargo fmt --all -- --check |
| 16 | - run: nix develop --command cargo test | 16 | - run: nix develop --command cargo test |