Skip to content

Update report.json, rec-track-repos.json, hr-repos.json #2592

Update report.json, rec-track-repos.json, hr-repos.json

Update report.json, rec-track-repos.json, hr-repos.json #2592

Workflow file for this run

on: [push, pull_request]
name: lint
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Setup dependencies
run: npm ci
- name: Run lint
run: npm run lint