Skip to content

Update README.md with link to Capture the Flag definition (#30) #114

Update README.md with link to Capture the Flag definition (#30)

Update README.md with link to Capture the Flag definition (#30) #114

Workflow file for this run

name: CI
on: [ push, pull_request ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: mhils/workflows/checkout@v11
- uses: mhils/workflows/setup-python@v11
- uses: mhils/workflows/setup-uv@v11
- run: uv run tox