Skip to content

✏️ fix whitespace problems #435

✏️ fix whitespace problems

✏️ fix whitespace problems #435

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