curl/.github/workflows
Viktor Szakats 84c5dcdb05
tidy-up: syntax and code nits
- cmp-pkg-config.sh: replace `-r -f` with `-rf` to match rest of repo.
- configure.ac: add double quotes for robustness (not a bug).
- curl-openssl.m4: merge nested `if`s.
- CurlTests.c: drop `!= 0`, also to sync with m4.
- CurlTests.c: replace `example.com` with `localhost` in
  `gethostbyname()` feature test code. (compile-only, not a bug)
- GHA/http3-linux: drop literal `true` from bool expression.
- lib650: drop redundant `&`.
- move variable/call to left-hand side of equality checks, where
  missing.
- perl: detach `<`/`>` from filename in `open()`, where missing.
- schannel: apply two nit fixes lost in rebase.
- scripts/verify-release: drop redundant double quotes.
- scripts/verify-release: exit with error code on error.
- synctime: replace magic numbers with `sizeof()`.
- telnet: add missing parentheses to macro value.
- tests/Makefile.am: use single quotes.
- tool_operate: drop redundant `break` after `return` in VMS code.
- unit2413: drop unused NULL pointer + free call.
- unit2413: fix duplicate test case name.
- urlapi: drop redundant parentheses.
- urlapi: drop `CURL_UNCONST()` that became redundant.

Closes #22186
2026-06-26 15:45:24 +02:00
..
appveyor-status.yml GHA/appveyor-status: disable gh tool telemetry 2026-04-23 10:26:10 +02:00
checkdocs.yml GHA: bump some jobs to ubuntu-26.04 2026-06-25 17:10:56 +02:00
checksrc.yml GHA: bump some jobs to ubuntu-26.04 2026-06-25 17:10:56 +02:00
checkurls.yml CI: set DO_NOT_TRACK=1 2026-04-23 11:22:35 +02:00
codeql.yml GHA: bump some jobs to ubuntu-26.04 2026-06-25 17:10:56 +02:00
configure-vs-cmake.yml GHA: bump some jobs to ubuntu-26.04 2026-06-25 17:10:56 +02:00
curl-for-win.yml GHA: bump some jobs to ubuntu-26.04 2026-06-25 17:10:56 +02:00
distcheck.yml GHA: bump some jobs to ubuntu-26.04 2026-06-25 17:10:56 +02:00
fuzz.yml CI: set DO_NOT_TRACK=1 2026-04-23 11:22:35 +02:00
http3-linux.yml tidy-up: syntax and code nits 2026-06-26 15:45:24 +02:00
label.yml GHA: bump 2 GitHub Actions 2026-06-03 00:27:43 +02:00
linux-old.yml tidy-up: miscellaneous 2026-05-27 16:53:57 +02:00
linux.yml GHA: bump some jobs to ubuntu-26.04 2026-06-25 17:10:56 +02:00
macos.yml GHA/macos: enable krb5 in an autotools job 2026-06-17 16:29:15 +02:00
non-native.yml GHA/non-native: BSD overhaul, test more autotools, bump versions 2026-06-23 18:09:49 +02:00
windows.yml tidy-up: docs, comments, typos, whitespace 2026-06-26 11:36:09 +02:00