Skip to content

Add the Enhanced CPS #11

Add the Enhanced CPS

Add the Enhanced CPS #11

Workflow file for this run

name: Pull request
on:
pull_request:
branches:
- main
jobs:
build:
name: Build and test
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_PR_NUMBER: ${{ github.event.number }}
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
- name: Install dependencies
run: make install
- name: Run tests
run: make test
- name: Run evaluation
run: make evaluate
- name: Add review comment
run: python .github/review_pull_request.py