Compare commits
1 commit
ea42737d5d
...
a34e682fa8
| Author | SHA1 | Date | |
|---|---|---|---|
| a34e682fa8 |
1 changed files with 1 additions and 3 deletions
|
|
@ -18,8 +18,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
components: "clippy, rustfmt"
|
components: "clippy, rustfmt"
|
||||||
- name: Install Clang
|
|
||||||
uses: https://github.com/egor-tensin/setup-clang@v1
|
|
||||||
- name: Rust Cache
|
- name: Rust Cache
|
||||||
uses: https://github.com/Swatinem/rust-cache@v2
|
uses: https://github.com/Swatinem/rust-cache@v2
|
||||||
|
|
||||||
|
|
@ -35,6 +33,6 @@ jobs:
|
||||||
cd frontend
|
cd frontend
|
||||||
npm ci
|
npm ci
|
||||||
|
|
||||||
- run: apt install just
|
- run: apt install just clang
|
||||||
- name: Run just check
|
- name: Run just check
|
||||||
run: just check
|
run: just check
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue