Skip to content

Commit 9c945b4

Browse files
authored
fix error
1 parent d5fde98 commit 9c945b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pre-commit-lint-check.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
Lint-Fix:
1414
runs-on: ubuntu-latest
1515
steps:
16+
- uses: actions/checkout@v2
17+
- run: npm install
1618
- run: cat src/index.ts
1719
- run: cat config/envVarCheck.ts
1820
- run: npm run format-fix

0 commit comments

Comments
 (0)