Skip to content

process IA uploads and deletions from privacy toggle #2602

process IA uploads and deletions from privacy toggle

process IA uploads and deletions from privacy toggle #2602

Workflow file for this run

name: Lints
on:
push:
branches:
- develop
- prod
- stage
pull_request:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v4
with:
enable-cache: true
cache-dependency-glob: perma_web/uv.lock
- name: Flake8
working-directory: perma_web
run: |
uv run --frozen --only-group dev flake8