Skip to content

Add the Enhanced CPS #23

Add the Enhanced CPS

Add the Enhanced CPS #23

Workflow file for this run

name: Pull request
on:
pull_request:
branches:
- main
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
- name: Install dependencies
run: make install
- name: Build docker image
run: make docker