Skip to content

Commit

Permalink
CI: add docs validation (proofread action)
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook committed Sep 15, 2023
1 parent 5e25570 commit 1ab2dcc
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Docs
on:
pull_request:
pull_request_target:

jobs:
test:
name: Check
permissions:
pull-requests: write
contents: read
actions: read
statuses: read
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: Proofread
uses: awreck/proofread-action@v1
id: proofread
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1ab2dcc

Please sign in to comment.