From 801642c25bf3c5c13f37e2851324e4185ae5b55f Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 25 Feb 2025 19:17:56 -0800 Subject: [PATCH] ci? --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index e2c39b6..7f880de 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run clippy - working-directory: ./copperd + working-directory: ./tetros run: cargo clippy --all-targets --all-features build: