mirror-chatterino2/.github/workflows
pajlada 032f290767
Sort and force grouping of includes (#4172)
This change enforces strict include grouping using IncludeCategories

In addition to adding this to the .clang-format file and applying it in the tests/src and src directories, I also did the following small changes:

    In ChatterSet.hpp, I changed lrucache to a <>include
    In Irc2.hpp, I change common/SignalVector.hpp to a "project-include"
    In AttachedWindow.cpp, NativeMessaging.cpp, WindowsHelper.hpp, BaseWindow.cpp, and StreamerMode.cpp, I disabled clang-format for the windows-includes
    In WindowDescriptors.hpp, I added the missing vector include. It was previously not needed because the include was handled by another file that was previously included first.
    clang-format minimum version has been bumped, so Ubuntu version used in the check-formatting job has been bumped to 22.04 (which is the latest LTS)
2022-11-27 19:32:53 +01:00
..
build.yml Bump ncipollo/release-action from 1.11.1 to 1.11.2 (#4150) 2022-11-14 10:16:46 +01:00
changelog-check.yml Remove actions/checkout from changelog check action (#3438) 2021-12-28 23:24:29 +00:00
check-formatting.yml Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
homebrew.yml fix(ci): dankness removed from homebrew CI (#3666) 2022-04-09 13:27:51 +02:00
lint.yml ci: cancel previous runs on PR update (#3748) 2022-05-21 11:33:21 +02:00
post-clang-tidy-review.yml Bump ZedThree/clang-tidy-review from 0.10.0 to 0.10.1 (#4083) 2022-10-29 11:47:27 +02:00
push-aur.yml ci: cancel previous runs on PR update (#3748) 2022-05-21 11:33:21 +02:00
test.yml feat: Live Emote Updates for 7TV (#4090) 2022-11-13 12:07:41 +01:00