Create misspell.yml

pull/112/head
Nikita Sobolev 2020-05-22 19:39:31 +03:00 committed by GitHub
parent 173e50b9c1
commit dd11913a2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

19
.github/workflows/misspell.yml vendored Normal file
View File

@ -0,0 +1,19 @@
name: misspell
on:
schedule:
- cron: '0 0 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: sobolevn/misspell-fixer-action@0.1.0
- 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'