Skip to content

Bump actions/setup-go from 5 to 6 #22

Bump actions/setup-go from 5 to 6

Bump actions/setup-go from 5 to 6 #22

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@a67079b4ae32e18c3f53d75368c52ce53b5fb56b # v1.35.4
with:
config: ./.github/spell-check.toml