Skip to content

build(deps): bump crate-ci/typos from 1.44.0 to 1.45.0 #1660

build(deps): bump crate-ci/typos from 1.44.0 to 1.45.0

build(deps): bump crate-ci/typos from 1.44.0 to 1.45.0 #1660

Workflow file for this run

name: Spellcheck
on: [pull_request]
permissions:
pages: write
jobs:
spellcheck:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
show-progress: false
- name: Spellcheck
uses: crate-ci/typos@02ea592e44b3a53c302f697cddca7641cd051c3d # v1.45.0
markdown:
name: Markdownlint
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
show-progress: false
- name: Markdownlint
uses: nosborn/github-action-markdown-cli@508d6cefd8f0cc99eab5d2d4685b1d5f470042c1 # v3.5.0
with:
files: .
config_file: ".markdownlint.json"