Skip to content

feat(program_v2): show annotations in V2 Light #493

feat(program_v2): show annotations in V2 Light

feat(program_v2): show annotations in V2 Light #493

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: pip
cache-dependency-path: backend/requirements.txt
- run: pip install -r backend/requirements.txt
- uses: pre-commit/action@v3.0.0