Skip to content

Update OpenAPI spec and regenerate libs #775

Update OpenAPI spec and regenerate libs

Update OpenAPI spec and regenerate libs #775

Workflow file for this run

name: Javascript Lint
on:
pull_request:
paths:
- "javascript/**"
- "openapi.json"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Regen openapi libs
run: |
yarn
./regen_openapi.sh
- name: Install modules
run: |
cd javascript
yarn
- name: Lint
run: |
cd javascript
yarn run lint