Skip to content

Add webhooks Open API Specification (#748) #17

Add webhooks Open API Specification (#748)

Add webhooks Open API Specification (#748) #17

Workflow file for this run

name: Spectral Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: Install yarn
run: npm install -g yarn
- name: yarn
working-directory: ./validator
run: yarn install --immutable
- name: spectral-lint
working-directory: ./validator
run: yarn lint