Skip to content

Unify dimensions GraphQL API across Program V2 and Forms V2 #869

Unify dimensions GraphQL API across Program V2 and Forms V2

Unify dimensions GraphQL API across Program V2 and Forms V2 #869

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/[email protected]