Skip to content

Commit

Permalink
feat: add github action linter (#288)
Browse files Browse the repository at this point in the history
* feat: add github action linter

* fix: precise prettier scope
  • Loading branch information
scolladon committed Apr 19, 2022
1 parent 0f35071 commit 9a038db
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
.next
output
coverage
coverage
.github
4 changes: 3 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
run: yarn install --immutable --immutable-cache --check-cache

- name: Lint sources
run: yarn lint
uses: wearerequired/lint-action@v1
with:
eslint: true
continue-on-error: true

- name: Build plugin
Expand Down
5 changes: 4 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ yarn.lock
.next
node_modules
output
coverage
coverage
.github
*.json
*.md

0 comments on commit 9a038db

Please sign in to comment.