godot/.github/workflows
Rémi Verschelde 266280ffca
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.
2023-04-05 18:31:46 +02:00
..
android_builds.yml ci: wait for static check results before starting builds 2023-04-04 22:05:15 +07:00
ios_builds.yml ci: wait for static check results before starting builds 2023-04-04 22:05:15 +07:00
linux_builds.yml ci: wait for static check results before starting builds 2023-04-04 22:05:15 +07:00
macos_builds.yml ci: wait for static check results before starting builds 2023-04-04 22:05:15 +07:00
runner.yml ci: wait for static check results before starting builds 2023-04-04 22:05:15 +07:00
static_checks.yml CI: Visibly print trailing whitespace when static checks fail 2023-04-05 18:31:46 +02:00
web_builds.yml ci: wait for static check results before starting builds 2023-04-04 22:05:15 +07:00
windows_builds.yml ci: wait for static check results before starting builds 2023-04-04 22:05:15 +07:00