Skip to content

Commit

Permalink
Add eslint for new JS paths
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed May 3, 2023
1 parent 7ad1c66 commit 465c68c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ on:
- ".eslintrc.js"
- "package.json"
- "binderhub/static/js/**"
- "js/**"
push:
paths:
- ".github/workflows/eslint.yml"
- ".eslintrc.js"
- "package.json"
- "binderhub/static/js/**"
- "js/**"
branches-ignore:
- "dependabot/**"
- "pre-commit-ci-update-config"
Expand Down

0 comments on commit 465c68c

Please sign in to comment.