mirror of
https://github.com/pi-hole/web.git
synced 2026-04-23 18:29:43 +01:00
Add yamllint config, fix some indentation
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
19
.github/workflows/codespell.yml
vendored
19
.github/workflows/codespell.yml
vendored
@@ -1,4 +1,5 @@
|
||||
name: Codespell
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened, ready_for_review]
|
||||
@@ -8,12 +9,12 @@ jobs:
|
||||
if: github.event.pull_request.draft == false
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
-
|
||||
name: Spell-Checking
|
||||
uses: codespell-project/actions-codespell@master
|
||||
with:
|
||||
ignore_words_file: .codespellignore
|
||||
skip: ./scripts/vendor,./style/vendor
|
||||
-
|
||||
name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
-
|
||||
name: Spell-Checking
|
||||
uses: codespell-project/actions-codespell@master
|
||||
with:
|
||||
ignore_words_file: .codespellignore
|
||||
skip: ./scripts/vendor,./style/vendor
|
||||
|
||||
Reference in New Issue
Block a user