2 Commit-ok c72ba76add ... 686b2d0aca

Szerző SHA1 Üzenet Dátum
  Michael Buesch 686b2d0aca CI: Add clippy 2 hónapja
  Michael Buesch c72ba76add CI: Add clippy 2 hónapja
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      .github/workflows/ci.yml

+ 2 - 0
.github/workflows/ci.yml

@@ -18,6 +18,7 @@ jobs:
     steps:
       - uses: actions/checkout@v4
       - run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
+      - run: rustup component add clippy
       - run: cargo build --verbose
       - run: cargo clippy -- --deny warnings
       - run: cargo clippy --tests -- --deny warnings
@@ -36,6 +37,7 @@ jobs:
     steps:
       - uses: actions/checkout@v4
       - run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
+      - run: rustup component add clippy
       - run: cargo build --verbose --package letmein
       - run: cargo clippy --package letmein -- --deny warnings
       - run: cargo clippy --tests --package letmein -- --deny warnings