mirror of
https://github.com/tinode/chat.git
synced 2025-03-15 09:58:43 +00:00
remove fix-typos because it generates more hassle than fixes
This commit is contained in:
19
.github/workflows/fix-typos.yml
vendored
19
.github/workflows/fix-typos.yml
vendored
@ -1,19 +0,0 @@
|
|||||||
name: Automatically fix typos
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- devel
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
ref: devel
|
|
||||||
- uses: sobolevn/misspell-fixer-action@master
|
|
||||||
- uses: peter-evans/create-pull-request@v4.2.0
|
|
||||||
env:
|
|
||||||
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
|
||||||
with:
|
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
|
Reference in New Issue
Block a user