Skip to content

Bump rojopolis/spellcheck-github-actions from 0.43.1 to 0.44.0 #225

Bump rojopolis/spellcheck-github-actions from 0.43.1 to 0.44.0

Bump rojopolis/spellcheck-github-actions from 0.43.1 to 0.44.0 #225

Workflow file for this run

name: Spellcheck
on:
workflow_dispatch:
pull_request:
permissions:
contents: read
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Run spellcheck
uses: rojopolis/spellcheck-github-actions@74c2a1451c617e7dd9532340b199e18d5411b168 # 0.44.0
with:
config_path: .github/spellcheck-settings.yml
task_name: Markdown
typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install typos
uses: taiki-e/install-action@437c908c7e5ee18b63a261286cbe5147219f8a39 # v2.44.44
with:
tool: typos
- name: Run typos
run: typos --config=.github/typos.toml