Skip to content

Commit

Permalink
feat: Add CI to fix typos. #4
Browse files Browse the repository at this point in the history
  • Loading branch information
LuchoTurtle committed May 12, 2023
1 parent 11aaae6 commit 484b9d8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/fix-typos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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 }}

0 comments on commit 484b9d8

Please sign in to comment.