Skip to content

Update swagger-ui to v5.29.5 (#129) #199

Update swagger-ui to v5.29.5 (#129)

Update swagger-ui to v5.29.5 (#129) #199

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 .