Skip to content

Commit

Permalink
Create misspell.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed May 22, 2020
1 parent d3902ad commit b4ce835
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/misspell.yml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit b4ce835

Please sign in to comment.