Skip to content

Update swagger-ui to v5.18.3 (#90) #146

Update swagger-ui to v5.18.3 (#90)

Update swagger-ui to v5.18.3 (#90) #146

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@v4
- run: pip install --user ruff
- run: ruff check --output-format=github --target-version=py38 .