wxwidgets/.github/workflows
Vadim Zeitlin 53ece3c2ed Don't use pushd/popd unnecessarily
Each step executes in its own shell, so it's not necessary to restore
the previous working directory and a simple "cd" would do just fine but,
in fact, we don't even need this as we can just set the working
directory at the step level.
2021-02-05 19:07:28 +01:00
..
ci.yml Don't use pushd/popd unnecessarily 2021-02-05 19:07:28 +01:00
code_checks.yml Really ignore TABs in makefiles etc in the whitespace check 2020-10-06 02:14:46 +02:00