Skip to content

fix: repair the broken star history chart #377

fix: repair the broken star history chart

fix: repair the broken star history chart #377

Workflow file for this run

name: Build Validation
on:
pull_request:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: read
concurrency:
group: build-validation-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
- name: Validate app
run: npm run validate