Skip to content

Resolves (for real this time) #127: References to rtx are out-of-date… #134

Resolves (for real this time) #127: References to rtx are out-of-date…

Resolves (for real this time) #127: References to rtx are out-of-date… #134

Workflow file for this run

name: api-docs lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
cache: 'yarn'
- run: yarn
- run: yarn api-docs:lint