Compare commits
1 commit
9c66476436
...
ea42737d5d
| Author | SHA1 | Date | |
|---|---|---|---|
| ea42737d5d |
1 changed files with 6 additions and 3 deletions
|
|
@ -18,13 +18,15 @@ jobs:
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
components: "clippy, rustfmt"
|
components: "clippy, rustfmt"
|
||||||
- uses: https://github.com/cargo-bins/cargo-binstall@main
|
- name: Install Clang
|
||||||
- run: cargo binstall just
|
uses: https://github.com/egor-tensin/setup-clang@v1
|
||||||
|
- name: Rust Cache
|
||||||
|
uses: https://github.com/Swatinem/rust-cache@v2
|
||||||
|
|
||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '18'
|
node-version: '20'
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
cache-dependency-path: 'frontend/package-lock.json'
|
cache-dependency-path: 'frontend/package-lock.json'
|
||||||
|
|
||||||
|
|
@ -33,5 +35,6 @@ jobs:
|
||||||
cd frontend
|
cd frontend
|
||||||
npm ci
|
npm ci
|
||||||
|
|
||||||
|
- run: apt install just
|
||||||
- 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