summaryrefslogtreecommitdiff
path: root/.github/workflows/python-app.yml
Commit message (Collapse)AuthorAgeFilesLines
* CI: Use codecov action.Andi Albrecht2023-04-141-2/+1
| | | | | codecov module is deprecated and was removed from PyPI in favor of the github action.
* Switch to pyproject.toml (fixes #685).Andi Albrecht2022-12-301-4/+5
|
* Fix schedule trigger syntax.Andi Albrecht2022-12-301-1/+1
|
* Setup a nightly build, even without changes in the module itself.Andi Albrecht2022-12-301-0/+2
|
* Update tested Python versions in workflow.Andi Albrecht2022-12-301-1/+1
|
* Update workflow runner.Andi Albrecht2022-12-301-1/+1
|
* Reduce max line length in flake8 to the default of 79.Andi Albrecht2022-08-071-1/+1
|
* Test on Python 3.11 beta 5Christian Clauss2022-08-071-2/+2
|
* GitHub Actions: Add Py3.10, update Actions, more flake8 testsChristian Clauss2022-08-071-13/+7
| | | "3.10" must be quoted in yaml https://dev.to/hugovk/the-python-3-1-problem-85g
* CI: ..and also fix the other flake8 command.Andi Albrecht2021-09-101-1/+1
|
* CI: Fix flake8 command.Andi Albrecht2021-09-101-2/+2
|
* CI: Publish code coverage.Andi Albrecht2021-09-101-2/+5
|
* Update github action.Andi Albrecht2021-09-101-2/+2
|
* Create python-app.ymlAndi Albrecht2021-09-101-0/+39