Skip to content

chore(deps): update dependency @types/swagger-ui-react to v4.18.3 #518

chore(deps): update dependency @types/swagger-ui-react to v4.18.3

chore(deps): update dependency @types/swagger-ui-react to v4.18.3 #518

Workflow file for this run

name: Main branch CI
on:
push:
schedule:
- cron: '0 0 * * 0'
jobs:
lint-report:
uses: ./.github/workflows/lint-report.yaml
build:
uses: ./.github/workflows/build.yaml
integration-tests:
needs: build
uses: ./.github/workflows/integration_tests.yaml
publish:
if: github.ref_name == 'main'
needs: integration-tests
uses: ./.github/workflows/publish.yaml