Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit a1ce2f2

Browse files
committed
Run prettier during commit checks
1 parent ca37a1b commit a1ce2f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
17-
node-version: [14.x, 16.x, 17.x]
17+
node-version: [14.x, 16.x, 18.x]
1818

1919
steps:
2020
- uses: actions/checkout@v2
@@ -27,5 +27,5 @@ jobs:
2727

2828
- run: npm ci
2929
- run: npm run build
30-
# - run: npm run lint
30+
- run: npm run lint
3131
- run: npm test

0 commit comments

Comments
 (0)