Skip to content

fix device examples (en); add yaml highlighting #48

fix device examples (en); add yaml highlighting

fix device examples (en); add yaml highlighting #48

Workflow file for this run

name: build
on: [pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Prepare
uses: actions/setup-node@v4
with:
node-version: 22
- name: Install
run: npm ci
- name: Build
run: npm run build