mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-16 08:47:49 +08:00
Delete misspel.yml
This commit is contained in:
20
.github/workflows/misspel.yml
vendored
20
.github/workflows/misspel.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@v2
|
|
||||||
- uses: sobolevn/misspell-fixer-action@0.1.0
|
|
||||||
- uses: peter-evans/create-pull-request@v3
|
|
||||||
with:
|
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
commit-message: 'Fixes by misspell-fixer'
|
|
||||||
title: 'Typos fix by misspell-fixer'
|
|
||||||
Reference in New Issue
Block a user