Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SnowCait authored Aug 5, 2024
1 parent 9c76275 commit 6583294
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,16 @@ jobs:
- uses: tsuyoshicho/action-textlint@v3
with:
fail_on_error: true

textlint-fix:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- run: cat $GITHUB_EVENT_PATH
- uses: actions/checkout@v4
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.head_ref }}
- uses: SnowCait/action-textlint@fix/filter-mode-behavior
with:
fail_on_error: true

0 comments on commit 6583294

Please sign in to comment.