Skip to content

Include Martin in the license for FontoXPath #1776

Include Martin in the license for FontoXPath

Include Martin in the license for FontoXPath #1776

Workflow file for this run

name: Linter
on:
- push
- pull_request
jobs:
test:
name: Linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- name: Install dependencies
run: npm ci;
- name: Linter
run: npm run lint;