mirror of
https://github.com/sobolevn/awesome-cryptography.git
synced 2025-01-30 12:43:25 -05:00
Create misspell.yml
This commit is contained in:
parent
173e50b9c1
commit
dd11913a2a
19
.github/workflows/misspell.yml
vendored
Normal file
19
.github/workflows/misspell.yml
vendored
Normal 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'
|
Loading…
x
Reference in New Issue
Block a user