Skip to content

Version 75. Revert 74 #100

Version 75. Revert 74

Version 75. Revert 74 #100

Workflow file for this run

name: Automatically fix typos
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: main
- uses: sobolevn/misspell-fixer-action@master
- uses: peter-evans/[email protected]
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
with:
token: ${{ secrets.GITHUB_TOKEN }}