From 16f3d2256e28a5a143ca00ba20191f4b9d025f66 Mon Sep 17 00:00:00 2001 From: Michael Weirauch Date: Mon, 15 Jul 2024 23:11:32 +0200 Subject: [PATCH] WIP --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 429db09..b6fd313 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,8 @@ name: CI on: - pull_request: push: + pull_request: repository_dispatch: types: [tag-release] @@ -32,6 +32,8 @@ jobs: toolchain: stable components: rustfmt + - uses: Swatinem/rust-cache@v2 + - name: Run cargo fmt run: cargo fmt --all -- --check