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 2699816 commit 109c850Copy full SHA for 109c850
.github/workflows/pre-commit-lint-check.yaml
@@ -12,6 +12,7 @@ jobs:
12
- run: npm run format-check
13
Lint-Fix:
14
needs: [Lint-Check]
15
+ runs-on: ubuntu-latest
16
steps:
17
- run: cat src/index.ts
18
- run: cat config/envVarCheck.ts
0 commit comments