Skip to content

Commit

Permalink
Remove js lint
Browse files Browse the repository at this point in the history
Just noise in the current state
  • Loading branch information
henrikhorluck committed Jan 27, 2024
1 parent 6d1a7a8 commit 3402651
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,23 +139,3 @@ jobs:

- name: Django check
run: poetry run python manage.py check

lint-js:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'npm'

- name: Install node dependencies
run: npm ci

- name: JS linting
run: npm run lint-js

- name: less linting
run: npm run lint-less

0 comments on commit 3402651

Please sign in to comment.