Skip to content

Fix: helloworld-sample #1159 #96

Fix: helloworld-sample #1159

Fix: helloworld-sample #1159 #96

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm ci --workspaces=false
- run: npm run validate