Skip to content

change diff suggestor #4

change diff suggestor

change diff suggestor #4

Workflow file for this run

name: Spell Check with Typos
on:
push:
branches:
- 'main'
- 'GWB-*'
pull_request:
concurrency:
group: ${{ github.actor }}-${{ github.ref }}-typos
cancel-in-progress: true
jobs:
run:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check for typos
continue-on-error: true
uses: crate-ci/typos@master
with:
config: .typos.toml
write_changes: true
- name: make typos suggestions
uses: reviewdog/action-suggester@v1
with:

Check failure on line 30 in .github/workflows/typos.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/typos.yml

Invalid workflow file

You have an error in your yaml syntax on line 30
tool_name: typos