Skip to content

Commit

Permalink
fix(actions): backend lint
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Sep 26, 2023
1 parent 89fe610 commit 81b23f7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/lint-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
toolchain: stable
override: true

- name: Build frontend (sicne it's required to compile)
run: |
cd frontend
npm install
npm run build
cd ..
- name: Cargo format
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 81b23f7

Please sign in to comment.