Skip to content

Bump taiki-e/install-action from 2.67.30 to 2.68.8 in the github-actions group #517

Bump taiki-e/install-action from 2.67.30 to 2.68.8 in the github-actions group

Bump taiki-e/install-action from 2.67.30 to 2.68.8 in the github-actions group #517

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Run spellcheck
uses: rojopolis/spellcheck-github-actions@0bf4b2f91efa259b52c202b09b0c3845c524ff36 # 0.58.0
with:
config_path: .github/spellcheck-settings.yml
task_name: Markdown
typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install typos
uses: taiki-e/install-action@cfdb446e391c69574ebc316dfb7d7849ec12b940 # v2.68.8
with:
tool: typos
- name: Run typos
run: typos --config=.github/typos.toml