Skip to content

chore(ci): bump actions/checkout from 5 to 6 in the github-actions group #56

chore(ci): bump actions/checkout from 5 to 6 in the github-actions group

chore(ci): bump actions/checkout from 5 to 6 in the github-actions group #56

Workflow file for this run

name: autoreview
on: [ pull_request ]
jobs:
actionlint:
name: reviewdog/actionlint
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
with:
sparse-checkout: |
.github
- uses: reviewdog/action-actionlint@v1
misspellcheck:
name: reviewdog/misspell
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- 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@v6
- 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@v6
- uses: codespell-project/actions-codespell@v2
with:
check_filenames: true
check_hidden: true
#ignore_words_file: .codespellignore
only_warn: true
uri_ignore_words_list: '*'