Skip to content

feat: simplify gateway admin navigation and setup flows #51

feat: simplify gateway admin navigation and setup flows

feat: simplify gateway admin navigation and setup flows #51

Workflow file for this run

name: WPS Style Guide
on:
push:
branches: [main, refactor/wps-remediation]
paths:
- 'app/**'
- 'tests/**'
- 'pyproject.toml'
- 'uv.lock'
- '.github/workflows/wps.yml'
pull_request:
branches: [main]
types: [opened, synchronize, reopened, ready_for_review]
paths:
- 'app/**'
- 'tests/**'
- 'pyproject.toml'
- 'uv.lock'
- '.github/workflows/wps.yml'
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
wps:
runs-on: ubuntu-24.04
timeout-minutes: 10
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
with:
enable-cache: true
- run: uv sync --locked --all-groups
- name: Enforce WPS across app
run: uv run flake8 --select=WPS,E999 app