summaryrefslogtreecommitdiff
path: root/.github/workflows/checks.yml
AgeCommit message (Collapse)Author
2022-11-06Check Lint recursively from the :app moduleByteHamster
instead of checking every module individually. This avoids having to re-state all disabled Lint checks in all parent modules.
2022-08-21Use atd emulator image (#6032)ByteHamster
2022-07-20Update Checkstyle, use Temurin distribution (#5956)Taco
2022-04-14Update action dependencies in workflowsTacoTheDank
2022-04-02Timeout CI after 45 minutesByteHamster
Apparently, the Emulator job sometimes hangs and then uses CPU resources for the default timeout of 6 hours. This changes the timeout to 45 minutes.
2022-01-22Merge pull request #5667 from ByteHamster/test-ciByteHamster
Actually run all tests on CI
2022-01-22Actually run all tests on GitHub ActionsByteHamster
2022-01-16Make checkstyle CI fasterByteHamster
2022-01-15Run tests on GitHub Actions instead of CircleCIByteHamster