Skip to content

Allows pipeline to run in GitHub classroom #1

Allows pipeline to run in GitHub classroom

Allows pipeline to run in GitHub classroom #1

Workflow file for this run

name: Tests
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
uses: devcontainers/ci@v0.3
with:
push: never
runCmd: |
uv run -m unittest