Skip to content

Modify: modify go.mod and go.sum #11

Modify: modify go.mod and go.sum

Modify: modify go.mod and go.sum #11

Workflow file for this run

name: Spell Check Action
on: [pull_request]
jobs:
run:
name: Spell Check with Typos
runs-on: self-hosted
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/typos@master
with:
files: ./
- name: Use custom config file
uses: crate-ci/typos@master
with:
files: ./
config: ./typos.toml
- name: Writes changes in the local checkout
uses: crate-ci/typos@master
with:
write_changes: true