Compare commits
1 commit
79d9c80f87
...
0ca8da1891
| Author | SHA1 | Date | |
|---|---|---|---|
| 0ca8da1891 |
1 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
components: rustfmt, clippy
|
components: rustfmt, clippy
|
||||||
|
- name: Cache
|
||||||
|
uses: https://github.com/Swatinem/rust-cache@v2
|
||||||
- name: "Check Format"
|
- name: "Check Format"
|
||||||
run: cargo fmt --check
|
run: cargo fmt --check
|
||||||
working-directory: backend
|
working-directory: backend
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue