From a8d8344639afcc7944434845b9abf3f82d6b57ed Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 25 Feb 2025 19:19:13 -0800 Subject: [PATCH] ci? --- .gitea/workflows/ci.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 7f880de..89d9608 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -18,14 +18,6 @@ jobs: with: config: ./typos.toml - clippy: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Run clippy - working-directory: ./tetros - run: cargo clippy --all-targets --all-features - build: name: "Build" runs-on: ubuntu-latest @@ -40,3 +32,7 @@ jobs: DEBIAN_FRONTEND=noninteractive \ sudo apt install --yes \ rustup + + - name: Run clippy + working-directory: ./tetros + run: cargo clippy --all-targets --all-features