Alex
fc297a7df3
ci: only trigger on push to master to avoid duplicate PR runs
...
These workflows triggered on both push and pull_request with no branch
filter, so every push to a PR branch ran each workflow twice. Restrict the
push trigger to master; pull_request already covers PR branches.
2026-07-05 10:10:04 +02:00
Austin Horstman
d95809e11b
chore(ci): bump flake lock actions
...
Multiple releases old, keep up to date.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-02-06 15:16:20 -06:00
Alex
47fb21a2c1
chore: upgrade to clang-format@21
2026-02-04 09:24:14 +01:00
Austin Horstman
5ff6b0ad0f
.github/workflows: tweak job names
...
They didn't seem to correspond to the workflow, properly. Making
triggering them locally weird.
2025-04-04 00:04:51 -05:00
Austin Horstman
84162ec604
.github/workflows/clang-format: bump github action
2025-04-04 00:04:51 -05:00
Alexis Rouillard
a3ee5f1125
Update clang-format.yml
2025-02-21 09:04:22 +01:00
Alex
3ade275d10
fix: version
2024-09-13 09:02:23 +02:00
Alex
6417782af6
chore: lint
2024-09-13 08:55:14 +02:00
Alex
41b2d0cb29
chore(workflows): concurrency
2024-02-19 23:09:24 +01:00
Tuur Vanhoutte
dbe02ebe41
Added clang-tidy GitHub action
...
Created clang-tidy.yml
Renamed lint.yml to clang-format.yml
2023-12-20 14:31:27 +01:00