Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Scripts to Add Labels to SBOM #303

Scripts to Add Labels to SBOM

Scripts to Add Labels to SBOM #303

Workflow file for this run

name: CI (repo level)
on:
push:
branches:
- main
- "release-*"
pull_request:
branches:
- main
- "release-*"
workflow_dispatch:
workflow_call:
jobs:
build:
name: Prettier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: npm ci .
- run: npm run format:check