Skip to content

Primitive, Semantic, and Light Colors #34

Primitive, Semantic, and Light Colors

Primitive, Semantic, and Light Colors #34

Workflow file for this run

# Copyright The Linux Foundation and each contributor to LFX.
# SPDX-License-Identifier: MIT
name: Build Check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install dependencies
run: npm ci
- name: Audit dependencies (signatures)
run: npm audit signatures
- name: Build
run: npm run build