Skip to content

build(deps): bump @adobe/css-tools from 4.0.1 to 4.3.1 #1216

build(deps): bump @adobe/css-tools from 4.0.1 to 4.3.1

build(deps): bump @adobe/css-tools from 4.0.1 to 4.3.1 #1216

Workflow file for this run

name: Test AOE Technology Radar
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v3
with:
node-version: 'lts/*'
- run: npm ci
- run: npm run lint
- run: npm run build
- run: if [ -n "$(git status --porcelain)" ]; then echo 'workspace is dirty after rebuilding' ; git status ; git diff ; exit 1 ; fi