Skip to content

Splitting summary and description in OpenAPI output #126

Splitting summary and description in OpenAPI output

Splitting summary and description in OpenAPI output #126

Workflow file for this run

name: Compiler test
on:
pull_request:
paths:
- 'compiler/**'
jobs:
compiler-test:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v1
with:
node-version: 20.x
- name: Install deps
run: |
make setup
- name: Test
working-directory: ./compiler
run: npm test