Skip to content

Merge pull request #2 from cbdq-io/feature/README.md #5

Merge pull request #2 from cbdq-io/feature/README.md

Merge pull request #2 from cbdq-io/feature/README.md #5

Workflow file for this run

---
name: CI
on:
push:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
env:
REGISTRY: ghcr.io
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Requirements
run: |
pip install -qr requirements.txt -r requirements-dev.txt
pip freeze
pip check
- name: Run Make
run: make