novu
GitHubThe open-source communication infrastructure for agents and products
novu Specification
Located in .github/actions/validate-openapi/action.yml on branch HEAD
Unknown
YAML
0.4 KB
Raw YAML Specification
name: Validate OpenAPI
description: Validates the OpenAPI from the API
runs:
using: composite
steps:
- uses: mansagroup/nrwl-nx-action@a531870269e0c1eeb7af6247c4a206c31cae82cc # v3
env:
PORT: '1336'
with:
targets: lint:openapi
projects: '@novu/api-service'
- name: Kill port for api 1336 for unit tests
shell: bash
run: sudo kill -9 $(sudo lsof -t -i:1336)