Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
fix: eslint not found error
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerwoud committed Mar 14, 2024
1 parent 17d31db commit 03f9fc8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-linter-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ jobs:

- name: Run linting
working-directory: ./backend
run: find . -type f -name "*.py" | xargs pylint
run: find . -type f -name "*.py" | xargs pylint

4 changes: 4 additions & 0 deletions .github/workflows/ci-linter-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
path: ~/.npm
key: npm-${{ hashFiles('package-lock.json') }}
restore-keys: npm-

- name: Install dependencies
working-directory: ./frontend
run: npm i eslint

- name: Run linting
working-directory: ./frontend
Expand Down

0 comments on commit 03f9fc8

Please sign in to comment.