Skip to content

Bump the github-actions group across 2 directories with 1 update #188

Bump the github-actions group across 2 directories with 1 update

Bump the github-actions group across 2 directories with 1 update #188

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@v6.0.2
with:
persist-credentials: false
# https://github.com/crate-ci/typos
- name: Run typos on repo
uses: crate-ci/typos@v1.44.0