Skip to content

Bump actions/checkout from 4.2.2 to 5.0.0 #92

Bump actions/checkout from 4.2.2 to 5.0.0

Bump actions/checkout from 4.2.2 to 5.0.0 #92

Workflow file for this run

name: Typos
on: # yamllint disable-line rule:truthy
push:
branches: [main]
pull_request:
branches: [main]
env:
CLICOLOR: 1
jobs:
spelling:
name: Spell check with typos
runs-on: ubuntu-latest
permissions:
contents: read
steps:
# https://github.com/actions/checkout
- name: Checkout
uses: actions/checkout@v5.0.0
with:
persist-credentials: false
# https://github.com/crate-ci/typos
- name: Run typos on repo
uses: crate-ci/typos@v1.34.0