From 3b213567cfa60c66636fe18ad6499fe5a93d9b94 Mon Sep 17 00:00:00 2001 From: _index Date: Sat, 21 Dec 2024 15:41:32 +0100 Subject: [PATCH] test ci --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 285e5c2..c18d725 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -9,6 +9,7 @@ on: - "LICENCE" - "logo.png" - ".gitignore" + - ".gitattributes" pull_request: workflow_dispatch: @@ -42,7 +43,6 @@ jobs: cache-all-crates: "true" cache-on-failure: "false" cache-targets: "true" - cache-bin: "true" cache-provider: "github" - name: Fmt Check