Skip to content

build(deps): bump actions/checkout from 4.1.6 to 4.1.7 #182

build(deps): bump actions/checkout from 4.1.6 to 4.1.7

build(deps): bump actions/checkout from 4.1.6 to 4.1.7 #182

Workflow file for this run

name: Typo
on:
push:
branches:
- master
pull_request:
permissions:
contents: read
jobs:
typos:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: typos-action
uses: crate-ci/typos@acbff432fb0e7c8cbb9f032311d8f13927dbaaf3 # v1.22.4
with:
config: .github/typos.toml