Skip to content

fix: don't attempt to create result schemas for method without results #540

fix: don't attempt to create result schemas for method without results

fix: don't attempt to create result schemas for method without results #540

Workflow file for this run

on:
pull_request:
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
- uses: actions/checkout@v2
- name: install eslint
run: npm install [email protected] @typescript-eslint/[email protected] @typescript-eslint/[email protected]
- name: lint
run: ./node_modules/.bin/eslint . --ext .ts