Compare commits
1 commit
7f434524a4
...
09a59e3647
| Author | SHA1 | Date | |
|---|---|---|---|
| 09a59e3647 |
1 changed files with 3 additions and 0 deletions
|
|
@ -22,6 +22,9 @@ jobs:
|
|||
components: rustfmt, clippy
|
||||
- name: Cache
|
||||
uses: https://github.com/Swatinem/rust-cache@v2
|
||||
with:
|
||||
# Don't cache ~/.cargo/bin since we restore the cache after we install things there
|
||||
cache-bin: "false"
|
||||
- name: "Check Format"
|
||||
run: cargo fmt --check
|
||||
- name: "Build"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue