Skip to content

Commit

Permalink
Create misspell.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Mar 21, 2020
1 parent 228ea75 commit 6df94cd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/misspell.yml
@@ -0,0 +1,18 @@
name: misspell

on:
- push

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: sobolevn/misspell-fixer-action@master
- uses: peter-evans/create-pull-request@v2.4.4
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: 'Fixes by misspell-fixer'
title: 'Typos fix by misspell-fixer'

0 comments on commit 6df94cd

Please sign in to comment.