Skip to content

Merge branch 'master' of https://github.com/ttamx/cp-library #57

Merge branch 'master' of https://github.com/ttamx/cp-library

Merge branch 'master' of https://github.com/ttamx/cp-library #57

Workflow file for this run

name: verify
on: push
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
cache: 'pip'
- name: Install dependencies
run: |
pip install -U pip
pip install -r requirements.txt
pip install "setuptools<81"
- run: oj-verify all
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_PAT: idk