Skip to content

Bump rojopolis/spellcheck-github-actions from 0.42.0 to 0.43.0 #211

Bump rojopolis/spellcheck-github-actions from 0.42.0 to 0.43.0

Bump rojopolis/spellcheck-github-actions from 0.42.0 to 0.43.0 #211

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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Run spellcheck
uses: rojopolis/spellcheck-github-actions@7ff888c45ba73d66b3a180963706715897f41684 # 0.43.0
with:
config_path: .github/spellcheck-settings.yml
task_name: Markdown
typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Install typos
uses: taiki-e/install-action@b1acf153d459cd533e9e0d25a07042be1dd2ed71 # v2.44.25
with:
tool: typos
- name: Run typos
run: typos --config=.github/typos.toml