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 d5fde98 commit 9c945b4Copy full SHA for 9c945b4
.github/workflows/pre-commit-lint-check.yaml
@@ -13,6 +13,8 @@ jobs:
13
Lint-Fix:
14
runs-on: ubuntu-latest
15
steps:
16
+ - uses: actions/checkout@v2
17
+ - run: npm install
18
- run: cat src/index.ts
19
- run: cat config/envVarCheck.ts
20
- run: npm run format-fix
0 commit comments