Skip to content

Commit 16f3d22

Browse files
committed
WIP
1 parent 3ac7f5a commit 16f3d22

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: CI
22

33
on:
4-
pull_request:
54
push:
5+
pull_request:
66
repository_dispatch:
77
types: [tag-release]
88

@@ -32,6 +32,8 @@ jobs:
3232
toolchain: stable
3333
components: rustfmt
3434

35+
- uses: Swatinem/rust-cache@v2
36+
3537
- name: Run cargo fmt
3638
run: cargo fmt --all -- --check
3739

0 commit comments

Comments
 (0)