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