Skip to content

Commit 16da95d

Browse files
authored
enable lint check
1 parent fe7938f commit 16da95d

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed
Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: pre-merge-checks
22
on:
3-
pull_request:
4-
branches: [main, develop]
3+
push:
4+
branches: test-feature/issue#257-2
55
jobs:
66
Lint-Check:
77
runs-on: ubuntu-latest
@@ -10,3 +10,13 @@ jobs:
1010
- run: npm install
1111
- run: npm run lint-check
1212
- 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+
- run: cat src/index.ts
22+
- run: cat config/envVarCheck.ts

0 commit comments

Comments
 (0)