mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-22 15:36:52 +00:00
set up spellcheck
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
baa5f5635b
commit
7b40e6b733
1 changed files with 18 additions and 0 deletions
18
.github/workflows/spellcheck.yml
vendored
Normal file
18
.github/workflows/spellcheck.yml
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
name: 'Spellcheck'
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
push:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
spellcheck:
|
||||||
|
name: Check spelling
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: spelling or typos
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
- name: misspell
|
||||||
|
uses: reviewdog/action-misspell@v1
|
||||||
|
with:
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
locale: "US"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue