Skip to content

Commit

Permalink
Remove JS linter
Browse files Browse the repository at this point in the history
  • Loading branch information
apockill committed Dec 4, 2024
1 parent 7c368b9 commit 9f55b61
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
python -m pip install --upgrade pip
python -m pip install --upgrade poetry
poetry install
- name: Install JS linting dependencies
run: |
cd dashboard
npm install
- name: Install Bash dependencies
run: sudo apt-get install --yes shellcheck
- name: Lint
Expand Down

0 comments on commit 9f55b61

Please sign in to comment.