Skip to content

Merge pull request #1 from gpu-cli/feat/optical-research-theme #5

Merge pull request #1 from gpu-cli/feat/optical-research-theme

Merge pull request #1 from gpu-cli/feat/optical-research-theme #5

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
verify:
runs-on: ubuntu-24.04-arm
timeout-minutes: 10
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run check
- run: npm run build
- run: npm test
- run: npm run design:audit