Skip to content

Commit

Permalink
feat(ci/cd): add linter eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
koromerzhin committed Mar 22, 2021
1 parent 3eaf066 commit e3cdbf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
run: make linter readme
- name: linter SCSS
run: make linter stylelint
- name: linter JS
run: make linter eslint
- name: linter PHP Code Sniffer
run: make linter phpcs-onlyerror
- name: linter PHP MD
Expand Down

0 comments on commit e3cdbf0

Please sign in to comment.