Skip to content

chore(doc): bump sphinx from 8.2.3 to 9.0.0 in /doc in the github-actions group #57

chore(doc): bump sphinx from 8.2.3 to 9.0.0 in /doc in the github-actions group

chore(doc): bump sphinx from 8.2.3 to 9.0.0 in /doc in the github-actions group #57

Workflow file for this run

name: autoreview
on: [ pull_request ]
jobs:
actionlint:
name: reviewdog/actionlint
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
with:
sparse-checkout: |
.github
- uses: reviewdog/action-actionlint@v1
misspellcheck:
name: reviewdog/misspell
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- name: Run misspell with reviewdog
uses: reviewdog/action-misspell@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check
#locale: 'US'
remarklintcheck:
name: reviewdog/remark-lint
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- name: install remark presets
run: npm install
shell: bash
- uses: reviewdog/action-remark-lint@v5
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check
codespellcheck:
name: codespell
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- uses: codespell-project/actions-codespell@v2
with:
check_filenames: true
check_hidden: true
#ignore_words_file: .codespellignore
only_warn: true
uri_ignore_words_list: '*'