- commit
- 61b6d766ea718e7f10aeb8b19c5d686093249b65
- parent
- e52e0cfdc2016e89eac20862d93d2dfe6441249c
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2024-08-31 08:39
setup ci
Diffstat
| A | .github/workflows/main.yml | 12 | ++++++++++++ |
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
@@ -0,0 +1,12 @@ -1 1 on: [push] -1 2 jobs: -1 3 checks: -1 4 runs-on: ubuntu-latest -1 5 steps: -1 6 - uses: actions/checkout@v4 -1 7 - uses: actions/setup-python@v5 -1 8 - run: python3 -m pip install ruff -1 9 - name: lint -1 10 run: ruff check -1 11 - name: test -1 12 run: python3 -m unittest