Skip to content

Bump taiki-e/install-action from 2.44.44 to 2.44.53 #222

Bump taiki-e/install-action from 2.44.44 to 2.44.53

Bump taiki-e/install-action from 2.44.44 to 2.44.53 #222

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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Run spellcheck
uses: rojopolis/spellcheck-github-actions@d5aba66a94528674ea744124f9ebcfd55e945836 # 0.43.1
with:
config_path: .github/spellcheck-settings.yml
task_name: Markdown
typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Install typos
uses: taiki-e/install-action@278aeeb6e331c1bd610bffe45862e09452854b1a # v2.44.53
with:
tool: typos
- name: Run typos
run: typos --config=.github/typos.toml