mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-09 05:35:42 +02:00
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:
parent
33118a53ac
commit
b0e9368d0f
1 changed files with 7 additions and 5 deletions
4
.github/workflows/codespell.yml
vendored
4
.github/workflows/codespell.yml
vendored
|
@ -14,7 +14,9 @@ jobs:
|
|||
uses: tj-actions/changed-files@v26.1
|
||||
with:
|
||||
# Ignore all other languages except English
|
||||
files_ignore: pages.*/*/*
|
||||
files_ignore: |
|
||||
pages.*/*/*
|
||||
package-lock.json
|
||||
|
||||
- uses: codespell-project/actions-codespell@master
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue