summaryrefslogtreecommitdiff
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
* ci: use CodeQL instead of LGTMFrantisek Sumsal2022-09-221-0/+53
| | | | | | | | | | As LGTM is going to be shut down by EOY[0], let's move the code scanning to CodeQL as recommended. Thanks to GH integration the results from such scans will be shown both in the respective PR and in the Security -> Code Scanning tab[1]. [0] https://github.blog/2022-08-15-the-next-step-for-lgtm-com-github-code-scanning/ [1] https://github.com/systemd/python-systemd/security/code-scanning
* ci: drop instantiation of machine-idZbigniew Jędrzejewski-Szmek2022-08-171-2/+0
| | | | Now the tests should pass without it.
* ci: run CIs on push events as wellFrantisek Sumsal2022-08-152-2/+10
| | | | Let's cover merges into main with CIs too.
* ci: add 3.11 to the test matrixZbigniew Jędrzejewski-Szmek2022-08-131-0/+1
|
* ci: introduce a simple install testFrantisek Sumsal2022-04-141-0/+77
|
* ci: move the CI to GitHub ActionsFrantisek Sumsal2022-04-141-0/+51