This commit is contained in:
radex 2024-07-08 14:30:38 +02:00
parent c3ab4744d7
commit 0fe1b9dab3
Signed by: radex
SSH key fingerprint: SHA256:hvqRXAGG1h89yqnS+cyFTLKQbzjWD4uXIqw7Y+0ws30

18
.github/workflows/ci.yml vendored Normal file
View file

@ -0,0 +1,18 @@
name: CI
on:
pull_request:
push:
branches: [master]
jobs:
ci-check:
runs-on: ubuntu-22.04
name: Check CI
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version-file: '.python-version'
- run: poetry install --with dev
- run: ./ci.sh