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 b1e4fdd commit 0c09f3bCopy full SHA for 0c09f3b
.github/workflows/ci.yaml
@@ -16,10 +16,8 @@ jobs:
16
- uses: actions/checkout@v3
17
- uses: actions/setup-node@v3
18
- 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
+ - name: If this step fails run 'yarn format' then commit again.
+ run: yarn format:check
23
test:
24
runs-on: ${{ matrix.os }}
25
needs: test_lint
0 commit comments