summaryrefslogtreecommitdiff
path: root/.github/workflows/cpp_lint.yml
Commit message (Collapse)AuthorAge
* Sort out some issues with our CI setupsfan52022-05-06
| | | | | | | * add missing apt-get update where needed * move some jobs to run on ubuntu-20.04 * update actions plugins to latest * speed up the job that runs multiplayer tests
* Disable clang-format, clean up scriptsrubenwardy2021-03-01
|
* ci: Update Github Actions workflows (#9774)sfan52020-05-02
|
* Replace travis with github actions (#9641)Loïc Blot2020-04-20
* Move outside of travis to Github actions This will permit to have better integrated CI workflow than the previous travis one.