Skip to content

update-drafts: delete completed specs #3620

update-drafts: delete completed specs

update-drafts: delete completed specs #3620

Workflow file for this run

name: web-features
on:
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
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/data.json
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: npm
- run: npm ci
- run: npm test
env:
FORCE_COLOR: 3