fix ci
This commit is contained in:
parent
3eaf52549d
commit
c62957087f
3 changed files with 10 additions and 4 deletions
6
.github/workflows/check.yml
vendored
6
.github/workflows/check.yml
vendored
|
|
@ -36,6 +36,12 @@ jobs:
|
|||
cargo clippy --all-targets --all-features
|
||||
cargo fmt --all -- --check
|
||||
|
||||
- name: Setup Node.js environment
|
||||
uses: actions/setup-node@v4.2.0
|
||||
with:
|
||||
node-version: "22.x"
|
||||
check-latest: true
|
||||
|
||||
- name: Test backend
|
||||
run: |
|
||||
cd backend
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue