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

Merge pull request #360 from 10up/update/archive #339

Merge pull request #360 from 10up/update/archive

Merge pull request #360 from 10up/update/archive #339

Workflow file for this run

name: Node CI
on:
push:
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12'
- name: install dependencies
run: npm ci
env:
CI: true
- name: run linter
run: npm run lint --silent