Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #247696

Category curl
Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
Changed at Wed 05 Nov 2025 15:59:43
Repository https://github.com/curl/curl.git
Project curl
Branch master
Revision 60dd72b1be7b06110922f5f0690de0b88592667c

Comments

GHA/checksrc: add actionlint, fix or silence issues found
It also does shellcheck on `run:` elements, overlapping with
the homegrown `shellcheck-ci.sh` with the same purpose. But it also does
more and perhaps could replace the script too, especially in curl
sub-repos.

Also:
- GHA/macos: delete potentially useful, but commented, and ultimately
  unused, non-default Xcode-testing logic. It's causing unused matrix
  exceptions, upsetting actionlint.

Ref: https://github.com/rhysd/actionlint

Closes #19373

Changed files