Skip to content

Commit fd4a625

Browse files
Merge pull request #175 from NoriginMedia/adrian/add-eslint-check-on-prs
Eslint on Pull requests
2 parents b27e3a1 + 5ca58dc commit fd4a625

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,11 @@ jobs:
1919
- name: Install dependencies
2020
run: npm ci
2121

22-
- name: Run tests
23-
run: npm test -- --colors
22+
- name: Run eslint check
23+
uses: sibiraj-s/action-eslint@v3
24+
with:
25+
all-files: true
26+
ignore-path: .eslintignore
27+
ignore-patterns: |
28+
dist/
29+
lib/

0 commit comments

Comments
 (0)