Skip to content

Merge pull request #3774 from rebeccacremona/disable-prorating #2606

Merge pull request #3774 from rebeccacremona/disable-prorating

Merge pull request #3774 from rebeccacremona/disable-prorating #2606

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