mirror of
https://github.com/curl/curl.git
synced 2026-01-18 17:21:26 +01:00
GHA/checksrc: fix -z position, also use --output with xmllint
Fixing:
```
fatal: option '-z' must come before non-option arguments
```
Ref: https://github.com/curl/curl/actions/runs/20183280533/job/57948203944#step:4:5
Follow-up to b5ea0736bb #19946
Closes #19958
This commit is contained in:
2
.github/workflows/checksrc.yml
vendored
2
.github/workflows/checksrc.yml
vendored
@@ -135,7 +135,7 @@ jobs:
|
||||
persist-credentials: false
|
||||
|
||||
- name: 'check'
|
||||
run: git grep -i -l -E '^<\?xml' -z | xargs -0 -r xmllint >/dev/null
|
||||
run: git grep -z -i -l -E '^<\?xml' | xargs -0 -r xmllint --output /dev/null
|
||||
|
||||
miscchecks:
|
||||
name: 'misc checks'
|
||||
|
||||
Reference in New Issue
Block a user