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 fe7938f commit 16da95dCopy full SHA for 16da95d
.github/workflows/pre-commit-lint-check.yaml
@@ -1,7 +1,7 @@
1
name: pre-merge-checks
2
on:
3
- pull_request:
4
- branches: [main, develop]
+ push:
+ branches: test-feature/issue#257-2
5
jobs:
6
Lint-Check:
7
runs-on: ubuntu-latest
@@ -10,3 +10,13 @@ jobs:
10
- run: npm install
11
- run: npm run lint-check
12
- run: npm run format-check
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
21
22
0 commit comments