Skip to content

Commit

Permalink
fix(actions): misc.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Sep 25, 2023
1 parent 06d4443 commit f914522
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: fmt
args: --manifest-path ./src-tauri/Cargo.toml --all -- --check
args: --manifest-path ./backend/Cargo.toml --all -- --check

- name: Cargo clippy
uses: actions-rs/cargo@v1
with:
command: clippy
args: --manifest-path ./src-tauri/Cargo.toml --all -- -D warnings
args: --manifest-path ./backend/Cargo.toml --all -- -D warnings
2 changes: 1 addition & 1 deletion .github/workflows/lint-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
working-directory: frontend

- name: Lint
run: npm run eslint ./frontend/src
run: npx eslint ./frontend/src
working-directory: frontend

0 comments on commit f914522

Please sign in to comment.