Skip to content

Update swagger-ui to v5.28.0 (#121) #186

Update swagger-ui to v5.28.0 (#121)

Update swagger-ui to v5.28.0 (#121) #186

Workflow file for this run

name: ruff
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: pip install --user ruff
- run: ruff check --output-format=github --target-version=py38 .