Skip to content

chore(deps): bump actions/checkout from 4 to 7 #667

chore(deps): bump actions/checkout from 4 to 7

chore(deps): bump actions/checkout from 4 to 7 #667

Workflow file for this run

name: Typo checker
# Config: _typos.toml (excludes tests/fixtures with deliberate misspellings,
# allow-lists real names like `sherif` and variant spellings).
on: [pull_request]
permissions:
contents: read
jobs:
run:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # pinned from v7.0.1
with:
persist-credentials: false
- name: Check spelling of the entire repository
uses: crate-ci/typos@80c8a4945eec0f6d464eaf9e65ed98ef085283d1 # pinned from v1.38.1