summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2022-05-01 17:12:20 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2022-05-01 17:12:20 -0400
commit6e2ea8eeda7365bd2f3f07d261bf279588e7f17e (patch)
tree4def4395f3aca003600426c3202481660aedc18a /.github
parentc44e860af86b68feae6fcf14cc63ef74ef4c8570 (diff)
ci: remove caching step from cargo fmt check
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d88b88d2..90262241 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -54,9 +54,6 @@ jobs:
override: true
components: rustfmt
- - uses: Swatinem/rust-cache@cb2cf0cc7c5198d3364b9630e2c3d457f160790c # 1.4.0
- if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
-
- run: cargo fmt --all -- --check
if: ${{ steps.skip_check.outputs.should_skip != 'true' }}