Skip to content

chore(css): merge CSS Units group into CSS Values and Units #830

chore(css): merge CSS Units group into CSS Values and Units

chore(css): merge CSS Units group into CSS Values and Units #830

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
- run: npm ci
- run: npm test