{"owner":"novuhq","repo":"novu","hasSpec":true,"specFile":".github/actions/validate-openapi/action.yml","branch":"HEAD","format":"yaml","version":"Unknown","title":"novu","description":"","endpoints":[],"spec":"name: Validate OpenAPI\n\ndescription: Validates the OpenAPI from the API\n\nruns:\n  using: composite\n\n  steps:\n    - uses: mansagroup/nrwl-nx-action@a531870269e0c1eeb7af6247c4a206c31cae82cc # v3\n      env:\n        PORT: '1336'\n      with:\n        targets: lint:openapi\n        projects: '@novu/api-service'\n\n    - name: Kill port for api 1336 for unit tests\n      shell: bash\n      run: sudo kill -9 $(sudo lsof -t -i:1336)\n"}