Skip to content

Added color constraint feature into main flow #153

Added color constraint feature into main flow

Added color constraint feature into main flow #153

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up python environment
run: source set-up-python-venv.sh -d
- name: Run linters and tests
run: source venv/bin/activate && make test