mirror of
https://github.com/curl/curl.git
synced 2026-07-26 00:47:20 +03:00
test568: fix codespell, catch it next time early in CI
Also:
- GHA/checksrc: do not exclude `tests/data/*` changes.
Follow-up to 407d2f3d57 #19944
Closes #19945
This commit is contained in:
parent
d248d17cf3
commit
77eb6697f5
2 changed files with 2 additions and 4 deletions
2
.github/workflows/checksrc.yml
vendored
2
.github/workflows/checksrc.yml
vendored
|
|
@ -16,7 +16,6 @@ name: 'Source'
|
|||
- 'appveyor.*'
|
||||
- 'Dockerfile'
|
||||
- 'plan9/**'
|
||||
- 'tests/data/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
|
@ -25,7 +24,6 @@ name: 'Source'
|
|||
- 'appveyor.*'
|
||||
- 'Dockerfile'
|
||||
- 'plan9/**'
|
||||
- 'tests/data/**'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue