Skip to content

Bump @adobe/css-tools from 4.0.1 to 4.3.1 (#8) #27

Bump @adobe/css-tools from 4.0.1 to 4.3.1 (#8)

Bump @adobe/css-tools from 4.0.1 to 4.3.1 (#8) #27

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run lint