Skip to content

Bump lint-staged from 13.2.0 to 14.0.0 #908

Bump lint-staged from 13.2.0 to 14.0.0

Bump lint-staged from 13.2.0 to 14.0.0 #908

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: npm ci
- run: npm run lint
- run: npm test