Skip to content

✨ add bad linebreaks linter+fixer #343

✨ add bad linebreaks linter+fixer

✨ add bad linebreaks linter+fixer #343

Workflow file for this run

name: 'ci'
on: [pull_request, push]
jobs:
build:
name: 'check'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ljharb/actions/node/install@1f631e8a1b9d01db48955c090cf4720b1897942b
name: 'nvm install lts/* && npm ci'
with:
node-version: lts/*
- run: npm test