mirror of
https://github.com/curl/curl.git
synced 2026-07-24 14:57:17 +03:00
GHA: minor tidy-ups
- GHA/checksrc: make a step name more accurate. - cmakelint.sh: make sure to run from project root. To make it easier to run locally. - cmakelint.sh: use `set -eu`. Closes #17915
This commit is contained in:
parent
99f0ebc508
commit
9bdd08b3b2
2 changed files with 7 additions and 2 deletions
2
.github/workflows/checksrc.yml
vendored
2
.github/workflows/checksrc.yml
vendored
|
|
@ -133,7 +133,7 @@ jobs:
|
|||
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
||||
zizmor --pedantic .github/workflows/*.yml
|
||||
|
||||
- name: 'shellcheck GHA'
|
||||
- name: 'shellcheck CI'
|
||||
run: |
|
||||
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
||||
shellcheck --version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue