Skip to content

Commit a507955

Browse files
committed
Update .github/workflows/test.yml
1 parent def1d2e commit a507955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
with:
2323
cache: 'yarn'
2424
- run: yarn install
25-
- run: yarn run textlint
2625
- run: yarn run textlint:codecov
2726
- uses: codecov/codecov-action@v3
2827
env:
2928
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
29+
- run: yarn run textlint
3030

3131
prettier:
3232
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)