Skip to content

Merge branch 'master' of github.com:hotman78/cpplib #203

Merge branch 'master' of github.com:hotman78/cpplib

Merge branch 'master' of github.com:hotman78/cpplib #203

Workflow file for this run

name: verify
on: push
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Set up Python
uses: actions/setup-python@v4
- name: Install dependencies
run: pip3 install -U online-judge-verify-helper online-judge-api-client
- name: Run tests
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
YUKICODER_TOKEN: ${{ secrets.YUKICODER_TOKEN }}
GH_PAT: ${{ secrets.GH_PAT }}
run: oj-verify all