Skip to content

fix: Line numbers are included when selecting JSON content in the vie… #285

fix: Line numbers are included when selecting JSON content in the vie…

fix: Line numbers are included when selecting JSON content in the vie… #285

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
run-linters:
name: Run Linters
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 12
- name: Lint
run: |
npm install
npm run lint