Skip to content

Make IS-11 schemas self-contained #303

Make IS-11 schemas self-contained

Make IS-11 schemas self-contained #303

Workflow file for this run

name: Lint
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: Setup
run: make -C .lint distclean build-tools
- name: Lint
run: make -C .lint lint