Skip to content

Commit

Permalink
🔄 synced local '.github/workflows/lint.yml' with remote 'templates/wo…
Browse files Browse the repository at this point in the history
…rkflows/lint.yml'
  • Loading branch information
tec-bot committed Feb 24, 2024
1 parent 72f1b79 commit 3022cfa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: 'npm lint'
on:
pull_request:
workflow_dispatch:
paths:
- 'src/modules/**.js'
- 'src/resources/js/**.js'
Expand Down Expand Up @@ -30,5 +31,3 @@ jobs:
- name: Run linting tasks
run: |
. ~/.nvm/nvm.sh && nvm use && npm run lint

0 comments on commit 3022cfa

Please sign in to comment.