Skip to content

Commit

Permalink
textlint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SnowCait committed Oct 22, 2023
1 parent f4b3f48 commit e9f49fc
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Lint

on:
pull_request_target:

permissions:
pull-requests: write

jobs:
textlint:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: tsuyoshicho/action-textlint@v3
with:
fail_on_error: true

0 comments on commit e9f49fc

Please sign in to comment.