Skip to content

Commit

Permalink
ci: lint prs (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Dec 21, 2021
1 parent 33fbeb2 commit 84cfe8d
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 81 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npx ci
- name: Lint
if: ${{ matrix.node-version == '14.x' }}
run: npm run lint
- name: Test
run: npm run test --if-present
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@types/loader-utils": "^2.0.3",
"@types/webpack": "^4.41.32",
"css-loader": "^5.2.0",
"eslint": "^8.4.1",
"eslint": "^8.5.0",
"husky": "^4.3.8",
"jest": "^27.4.4",
"lint-staged": "^12.1.2",
Expand Down
Loading

0 comments on commit 84cfe8d

Please sign in to comment.