Skip to content

Bump certifi from 2021.5.30 to 2022.12.7 in /doc/src/sphinx #434

Bump certifi from 2021.5.30 to 2022.12.7 in /doc/src/sphinx

Bump certifi from 2021.5.30 to 2022.12.7 in /doc/src/sphinx #434

Workflow file for this run

name: swagger
# This will run when:
# - when new code is pushed to master/develop to make sure the
# code does compile.
# - when a pull request is created and updated to make sure the
# code does compile.
on:
push:
branches:
- master
- develop
pull_request:
# Check to make sure swagger document is valid
jobs:
# downloads all the dependencies and compiles the scala code
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: openapi-lint
uses: mbowman100/swagger-validator-action@master
with:
files: public/swagger.yml