Skip to content

BREAKING drop hardcoded and generated colors #661

BREAKING drop hardcoded and generated colors

BREAKING drop hardcoded and generated colors #661

Workflow file for this run

name: Build and test
on:
pull_request:
branches:
- master
- development
push:
branches:
- master
- development
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: npm
node-version: 18
- run: npm ci
- run: npx prettier --check .
- run: npm run lint
- run: npm run build:lib
- run: npm run build:schematics
- run: npm run test:ci
- run: npm run build:prod
- run: npm run e2e:update-snapshots
- uses: mxschmitt/action-tmate@v3
env:
CI: true