Skip to content

Added warning for too few columns in patternTile pattern #57

Added warning for too few columns in patternTile pattern

Added warning for too few columns in patternTile pattern #57

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: wulffern/cic_qt:latest
options: --user root
steps:
- name: ciccreator
uses: actions/checkout@v2
- name: Compile
run: |
pip install cicpy
make compile
make test