Skip to content

Merge pull request #10 from updatecli/updatecli_main_scaffold_zizmor #19

Merge pull request #10 from updatecli/updatecli_main_scaffold_zizmor

Merge pull request #10 from updatecli/updatecli_main_scaffold_zizmor #19

Workflow file for this run

name: Spell check with typos
on:
push:
branches: ["main"]
pull_request:
branches: ["**"]
permissions: {}
jobs:
typos:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Run typos
uses: crate-ci/typos@02ea592e44b3a53c302f697cddca7641cd051c3d # v1.45.0
with:
config: _typos.toml