Skip to content

srcとtestのみを対象にするように #10

srcとtestのみを対象にするように

srcとtestのみを対象にするように #10

Workflow file for this run

name: verify
on:
push:
branches:
- main
permissions:
contents: write
pages: write
id-token: write
jobs:
deploy:
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.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools
pip install online-judge-verify-helper
pip install online-judge-tools
- name: Run verification
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
oj-verify run
- name: Generate and Deploy Document
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
oj-verify docs