ci: fix formatting and ignore package-lock.json (#9429)
Signed-off-by: Seth Falco <seth@falco.fun> Signed-off-by: Seth Falco <seth@falco.fun>
This commit is contained in:
4
.github/workflows/codespell.yml
vendored
4
.github/workflows/codespell.yml
vendored
@@ -14,7 +14,9 @@ jobs:
|
|||||||
uses: tj-actions/changed-files@v26.1
|
uses: tj-actions/changed-files@v26.1
|
||||||
with:
|
with:
|
||||||
# Ignore all other languages except English
|
# Ignore all other languages except English
|
||||||
files_ignore: pages.*/*/*
|
files_ignore: |
|
||||||
|
pages.*/*/*
|
||||||
|
package-lock.json
|
||||||
|
|
||||||
- uses: codespell-project/actions-codespell@master
|
- uses: codespell-project/actions-codespell@master
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user