Skip to content

Commit

Permalink
test: add ls-lint to actions build (renovatebot#8952)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins authored Mar 3, 2021
1 parent 9714211 commit 0712cd8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ jobs:

- name: Lint
run: |
yarn ls-lint
yarn eslint
yarn prettier
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ jobs:

- name: Lint
run: |
yarn ls-lint
yarn eslint -f ./tmp/tools/eslint-gh-reporter.js
yarn prettier
Expand Down
1 change: 1 addition & 0 deletions .ls-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ls:
.generated.ts: kebab-case

ignore:
- .cache
- .eslintrc.js
- .git
- .github/ISSUE_TEMPLATE
Expand Down

0 comments on commit 0712cd8

Please sign in to comment.