mirror of
https://github.com/sobolevn/awesome-cryptography.git
synced 2024-10-01 11:49:56 -04:00
Delete misspell.yml
This commit is contained in:
parent
3c8bf41e47
commit
229e12f6d4
20
.github/workflows/misspell.yml
vendored
20
.github/workflows/misspell.yml
vendored
@ -1,20 +0,0 @@
|
|||||||
name: misspell
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
schedule:
|
|
||||||
- cron: '0 0 * * *'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- uses: sobolevn/misspell-fixer-action@0.1.0
|
|
||||||
- uses: peter-evans/create-pull-request@v4
|
|
||||||
with:
|
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
commit-message: 'Fixes by misspell-fixer'
|
|
||||||
title: 'Typos fix by misspell-fixer'
|
|
Loading…
Reference in New Issue
Block a user