Skip to content

feat(forms): implement anonymity setting for new surveys and cloning existing surveys #866

feat(forms): implement anonymity setting for new surveys and cloning existing surveys

feat(forms): implement anonymity setting for new surveys and cloning existing surveys #866

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]