Skip to content

Commit b165c74

Browse files
authored
Apply suggestions from code review
1 parent f9c2f61 commit b165c74

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/eslint.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
# Lints the binderhub/static/js folders content with eslint, influenced by
2+
# ".eslintrc.js", by running "npm run lint".
13
name: eslint
24

35
on:
46
pull_request:
57
push:
8+
workflow_dispatch:
69

710
jobs:
811
build:
@@ -12,4 +15,4 @@ jobs:
1215
- name: Install modules
1316
run: npm i
1417
- name: Run ESLint on binderhub JS
15-
run: npm run lint
18+
run: npm run lint

0 commit comments

Comments
 (0)