Skip to content

Sanitize externalReferences URLs and exclude invalid ones + Strict JSON Schema validation #299

Sanitize externalReferences URLs and exclude invalid ones + Strict JSON Schema validation

Sanitize externalReferences URLs and exclude invalid ones + Strict JSON Schema validation #299

Workflow file for this run

name: Biome
on:
push:
branches:
- master
tags:
- 'v*'
workflow_dispatch:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- name: Check Linting
run: |
npm install
npm run lint:check
env:
CI: true