Skip to content

Bump actions/checkout from 4 to 6 #7

Bump actions/checkout from 4 to 6

Bump actions/checkout from 4 to 6 #7

Workflow file for this run

name: Build check
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
- name: Fetch samples & Build
run: npm run build