Skip to content

Commit 0c09f3b

Browse files
committed
Fix CI
1 parent b1e4fdd commit 0c09f3b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ jobs:
1616
- uses: actions/checkout@v3
1717
- uses: actions/setup-node@v3
1818
- uses: bahmutov/npm-install@v1
19-
- name: If this step fails run 'yarn lint' and 'yarn format' then commit again.
20-
run: |
21-
yarn lint:check
22-
yarn format:check
19+
- name: If this step fails run 'yarn format' then commit again.
20+
run: yarn format:check
2321
test:
2422
runs-on: ${{ matrix.os }}
2523
needs: test_lint

0 commit comments

Comments
 (0)