Commit Graph

7 Commits

Author SHA1 Message Date
Marcus Schäfer
a501f6c330
Move workflow runs to main branch
Make sure all github actions runs from main
2024-01-09 15:35:22 +01:00
Tom Schraitle
9642d138fd Update GitHub Actions "actions/*" part
Update to the latest versions:

* actions/checkout@v3
* action/setup-python@v4
* action/cache@v3
2023-08-10 14:34:16 +02:00
Marcus Schäfer
45d64fd690
Fixed linter errors
Latest changes regarding type hints introduced linter errors.
Also adapt the workflow run which is expected to detect them
2023-08-01 09:25:59 +02:00
Marcus Schäfer
a594d5f2e7
Fix workflow run 2023-04-18 20:33:29 +02:00
Marcus Schäfer
8bfdc9bba4
Use ubuntu-20.04 as github hosted runner
It seems on ubuntu-latest no python 3.6 is available anymore
2022-12-10 21:35:19 +01:00
Marcus Schäfer
255d6d64f9 Added python 3.9, 3.10 to test workflow 2021-11-08 14:46:30 -05:00
Marcus Schäfer
80d7b5b62d
Start moving CI test from gitlab to actions
Moving the linter and unit tests to github workflows and
out of the gitlab CI system has the advantage that pull
request from forked repos will run the tests. In the long
run I think we should move away completely from gitlab CI
and use github actions as this will reduce the number of
external services used in the kiwi project. This commit
starts with the most simple parts: unit and type tests,
doc rendering and code style
2021-09-02 16:59:55 +02:00