godot/.github/workflows
Rémi Verschelde 2805f7b36d CI: Visibly print trailing whitespace when static checks fail
GitHub Actions seems to be hiding colored whitespace, and after lots of
attempts I couldn't find a way to work it around.

So instead I'm using a perl expression to replace trailing spaces with
`·` and tabs with `<TAB>` in the ANSI colored diff output. This ensure
that they're visible, and they are properly colored as expected too.

(cherry picked from commit 266280ffca)
2023-04-07 17:44:39 +02:00
..
android_builds.yml ci: wait for static check results before starting builds 2023-04-07 17:44:38 +02:00
ios_builds.yml ci: wait for static check results before starting builds 2023-04-07 17:44:38 +02:00
linux_builds.yml ci: wait for static check results before starting builds 2023-04-07 17:44:38 +02:00
macos_builds.yml ci: wait for static check results before starting builds 2023-04-07 17:44:38 +02:00
runner.yml ci: wait for static check results before starting builds 2023-04-07 17:44:38 +02:00
static_checks.yml CI: Visibly print trailing whitespace when static checks fail 2023-04-07 17:44:39 +02:00
web_builds.yml ci: wait for static check results before starting builds 2023-04-07 17:44:38 +02:00
windows_builds.yml ci: wait for static check results before starting builds 2023-04-07 17:44:38 +02:00