Commit graph

4 commits

Author SHA1 Message Date
dherrada
6d1885fad6 Update CI action versions 2023-05-12 11:24:33 -04:00
Christian Riggenbach
2b9bfda27d prettier names for the individual steps 2022-05-01 20:22:48 +02:00
Christian Riggenbach
633a8ad612 reordered the actions, so clang-format and doxygen are run first
This change reorders the actions so the least expensive and most failing
actions are run first. On a typical run, doxygen and clang-format take
each about 2s (plus 7s install), the complete building on all the supported platforms
10 minutes. In my experience, the most fails I get are from formatting
and documentation errors, not from compilation problems. This gives the
users a much faster feedback on needed changes in their commits and PRs
and shaves off a lot of execution time.
2022-05-01 20:22:28 +02:00
Lady Ada
df5a4187d1 add example simple actions 2020-01-07 11:57:42 -05:00