Skip to content

Commit dbd4fe9

Browse files
committed
ci: debug
1 parent 14906ba commit dbd4fe9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/checks.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
run: |
4949
npm ci
5050
npm install -D eslint@${{ matrix.eslint-version }}
51+
- name: env check
52+
run: node_modules/.bin/eslint --env-info
5153
- name: prettier
5254
run: npm run prettier:check
5355
- name: typecheck

0 commit comments

Comments
 (0)