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

Bump the npm_and_yarn group across 1 directory with 1 update #337

Bump the npm_and_yarn group across 1 directory with 1 update

Bump the npm_and_yarn group across 1 directory with 1 update #337

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