mirror of
https://github.com/curl/curl.git
synced 2026-06-06 12:34:17 +03:00
check repo files only, add exception
This commit is contained in:
parent
cbd1baf595
commit
62f64867bf
1 changed files with 2 additions and 2 deletions
4
.github/workflows/checksrc.yml
vendored
4
.github/workflows/checksrc.yml
vendored
|
|
@ -75,8 +75,8 @@ jobs:
|
|||
--skip src/tool_hugehelp.c \
|
||||
--skip scripts/wcurl \
|
||||
--ignore-words .github/scripts/codespell-ignore.txt \
|
||||
--skip '*/test*,THANKS' \
|
||||
.github CMake docs include lib m4 packages plan9 projects scripts src tests
|
||||
--skip '*/test*,*/THANKS,*/spellcheck.words,packages/*' \
|
||||
$(git ls-files)
|
||||
|
||||
- name: 'cmakelint'
|
||||
run: scripts/cmakelint.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue