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 8d884e5 commit 827bfe7Copy full SHA for 827bfe7
.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: eslint --env-info
53
- name: prettier
54
run: npm run prettier:check
55
- name: typecheck
0 commit comments