Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 073ed83

Browse files
committed
chore(ci): fix workflow
1 parent 6a5f120 commit 073ed83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install dependencies
1414
run: yarn install
1515
- name: textlint
16-
run: $(yarn bin)/textlint -f checkstyle "${FILES}" | reviewdog -f=checkstyle -name="textlint" -reporter=github-pr-check -level=${LEVEL}
16+
run: $(yarn bin)/textlint -f checkstyle ${FILES} | reviewdog -f=checkstyle -name="textlint" -reporter=github-pr-check -level=${LEVEL}
1717
env:
1818
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919
FILES: README.md docs/**/*.md

0 commit comments

Comments
 (0)