Now that we have GHA up and running for Simpletest, we should also add a linter action using phpcs. There's a related [meta issue](https://github.com/backdrop/backdrop-issues/issues/3213), but that one doesn't seem appropriate, as it's mostly about Zen.CI and about fixing standards in existing code. What we need: - run phpcs in a GHA (automated job), showing annotations - run phpcs with our custom standards - run phpcs only against added/changed code in a PR, as we have a lot of legacy code not conforming yet Turned out that this is feasible with an [existing action](https://github.com/thenabeel/action-phpcs) --- Related: * https://github.com/backdrop/backdrop-issues/issues/2785 * https://github.com/backdrop/backdrop-issues/issues/5568