Skip to content

fix: Fix discrepancies in some Test Interface Action descriptions #7

fix: Fix discrepancies in some Test Interface Action descriptions

fix: Fix discrepancies in some Test Interface Action descriptions #7

Workflow file for this run

name: Validation
on:
pull_request:
branches: [ master ]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 14
registry-url: https://registry.npmjs.org/
- name: JSON-LD Lint
run: npx jsonld-cli lint test-interface.jsonld
- name: Attempt Rendering of Documentation for Validation
uses: openactive/extension-documentation-generator@master
with:
header: header.md
context: test-interface.jsonld
with_issues: false