Compare commits
1 commit
ea42737d5d
...
9c66476436
| Author | SHA1 | Date | |
|---|---|---|---|
| 9c66476436 |
1 changed files with 3 additions and 6 deletions
|
|
@ -18,15 +18,13 @@ 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
|
||||
- uses: https://github.com/cargo-bins/cargo-binstall@main
|
||||
- run: cargo binstall just
|
||||
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20'
|
||||
node-version: '18'
|
||||
cache: 'npm'
|
||||
cache-dependency-path: 'frontend/package-lock.json'
|
||||
|
||||
|
|
@ -35,6 +33,5 @@ jobs:
|
|||
cd frontend
|
||||
npm ci
|
||||
|
||||
- run: apt install just
|
||||
- name: Run just check
|
||||
run: just check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue