From 78529d1259750545e5c6de0c84fada9c0e8902f1 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Mon, 8 Apr 2024 21:21:53 +0200 Subject: [PATCH] fix: CI workflow not triggering --- .github/{ => workflows}/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename .github/{ => workflows}/ci.yml (91%) diff --git a/.github/ci.yml b/.github/workflows/ci.yml similarity index 91% rename from .github/ci.yml rename to .github/workflows/ci.yml index 1fa5577..19f1470 100644 --- a/.github/ci.yml +++ b/.github/workflows/ci.yml @@ -30,8 +30,7 @@ jobs: - uses: actions/checkout@v3 - name: Clippy - run: cargo clippy \ - --all-features --all-targets --no-deps + run: cargo clippy --all-features --all-targets --no-deps - name: Cargo fmt run: cargo fmt --check