Skip to content

Commit 7d6fba5

Browse files
authored
Update javascript-linter.yml
1 parent bbe7c1c commit 7d6fba5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/javascript-linter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches: [main]
66
paths: ['**.js', '**.jsx']
7+
workflow_call:
78

89
jobs:
910
eslint:
@@ -46,4 +47,4 @@ jobs:
4647
4748
- name: eslint
4849
run: |
49-
npx eslint ./ */**.js
50+
npx eslint ./ */**.js

0 commit comments

Comments
 (0)