Skip to content

Add text-wrap and white-space-collapse, and update white-space #329

Add text-wrap and white-space-collapse, and update white-space

Add text-wrap and white-space-collapse, and update white-space #329

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/setup-node@v2.4.0
with:
node-version: '12.x'
- run: npm ci
- run: npm test