mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-02-17 15:24:14 +08:00
* Closes #529 * Fixing CI * Fixing CI * new monorepo setup
This commit is contained in:
19
.github/workflows/misspel.yml
vendored
Normal file
19
.github/workflows/misspel.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'
|
||||
Reference in New Issue
Block a user