coturn/.github/workflows
Michael Jones d1db5e590d
Include what you use (#1512)
Use the include-what-you-use program to (partially) clean up header
includes, so that only includes which are needed, and no includes that
are not needed (or at least closer to that ideal) are done.

For a c-language project, the build-time improvements from this change
is minimal. This would have a much bigger impact on a C++ project than a
C-project for build times.

So for coturn, this change is mostly intended to just provide
consistency and make it easier to locate weird issues like strange
dependencies, and unnecessary connections between code.
2024-06-01 18:13:08 -07:00
..
actions/ubuntu-build-deps Include what you use (#1512) 2024-06-01 18:13:08 -07:00
clang-tidy.yml Include what you use (#1512) 2024-06-01 18:13:08 -07:00
cmake.yaml Fix: run cmake.yml in any github action (#1320) 2023-11-22 20:34:13 -08:00
codeql.yml Run all of the CI except for Docker builds on any change (#1415) 2024-05-27 13:50:43 -07:00
compiler-sanitizers.yml ubuntu build dependencies extracted to composite actions (#1399) 2024-03-02 13:45:24 -08:00
docker.yml Upgrade softprops/action-gh-release GitHub Action from 1 to 2 version (#1449) 2024-03-11 11:40:29 +01:00
lint.yml Always run lint, regardless of branch (#1492) 2024-05-26 18:27:39 -07:00
macos.yml Remove deprecated macos-11, add macos-13 and macos-14 (#1511) 2024-06-01 18:10:55 -07:00
mingw.yml workflow tidying (#1396) 2024-04-09 23:18:03 +02:00
msvc-analyzer.yml Bump github/codeql-action from 2 to 3 (#1386) 2024-01-17 22:14:57 -08:00
msvc.yml Fix mingw and MSVC ci build (#1491) 2024-05-27 13:43:40 -07:00
tests.yml ubuntu build dependencies extracted to composite actions (#1399) 2024-03-02 13:45:24 -08:00