Skip to content

Add clip-path

Add clip-path #1721

Workflow file for this run

name: web-features
on:
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: .node-version
cache: npm
- run: npm ci
- run: npm run build
- name: Pretty print built JSON
run: jq . packages/web-features/index.json
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: .node-version
cache: npm
- run: npm ci
- run: npm test
env:
FORCE_COLOR: 3