We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a771ae commit 5c3b3f9Copy full SHA for 5c3b3f9
.github/workflows/checks.yaml
@@ -48,6 +48,8 @@ jobs:
48
run: |
49
npm ci
50
npm install -D eslint@${{ matrix.eslint-version }}
51
+ - name: env check
52
+ run: node_modules/.bin/eslint --env-info
53
- name: prettier
54
run: npm run prettier:check
55
- name: typecheck
0 commit comments