Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

chore(deps): bump jsonld-streaming-parser from 3.3.0 to 3.4.0 #2116

chore(deps): bump jsonld-streaming-parser from 3.3.0 to 3.4.0

chore(deps): bump jsonld-streaming-parser from 3.3.0 to 3.4.0 #2116

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
eslint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14.x
- name: npm install, build, and lint
run: |
npm install
npm run build --if-present
npm run-script lint