Skip to content

Bump github/codeql-action from 3 to 4 (#478) #31

Bump github/codeql-action from 3 to 4 (#478)

Bump github/codeql-action from 3 to 4 (#478) #31

Workflow file for this run

name: spelling
permissions:
contents: read
on:
push:
branches:
- main
pull_request:
env:
CLICOLOR: 1
jobs:
spelling:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v5
- name: Spell Check Repo
uses: crate-ci/typos@85f62a8a84f939ae994ab3763f01a0296d61a7ee # v1.36.2
with:
config: ./.github/spell-check.toml