dashy/.github/workflows/code-spell-check.yml

20 lines
658 B
YAML
Raw Normal View History

# Finds typos in the English language file, and submits a PR with fixes
name: Auto-Fix Spelling
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: sobolevn/misspell-fixer-action@master
- uses: peter-evans/create-pull-request@v3.10.1
with:
token: ${{ secrets.BOT_GITHUB_TOKEN }}
commit-message: ':pencil2: Auto-fix typos in translations file'
title: '[AUTO] Fix spelling in language file'
2021-09-09 21:21:14 +03:00
branch: 'AUTO/spelling-corrections'
committer: 'Liss-Bot <alicia-gh-bot@mail.as93.net>'
assignees: Lissy93
reviewers: Lissy93