Skip to content

DEV-30684 update Term API docs (#175) #35

DEV-30684 update Term API docs (#175)

DEV-30684 update Term API docs (#175) #35

Workflow file for this run

name: Lint API Blueprint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm ci
- run: npm run lint