Skip to content

[ctf] Change the min and default weight value to 1 to match ctftime value #83

[ctf] Change the min and default weight value to 1 to match ctftime value

[ctf] Change the min and default weight value to 1 to match ctftime value #83

Workflow file for this run

name: Format Validation
on:
pull_request:
push:
branches: [main]
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- uses: pre-commit/action@v3.0.0