Skip to content

build(deps): bump js-yaml from 3.15.0 to 3.15.1 in /examples/include-external-npm-packages #4349

build(deps): bump js-yaml from 3.15.0 to 3.15.1 in /examples/include-external-npm-packages

build(deps): bump js-yaml from 3.15.0 to 3.15.1 in /examples/include-external-npm-packages #4349

Workflow file for this run

name: Linter
on:
pull_request:
push:
branches:
- master
- release/*
env:
FORCE_COLOR: true
jobs:
biome:
runs-on: ubuntu-latest
name: Biome
steps:
- name: 'Checkout'
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: 'Install Node.js'
uses: actions/setup-node@v6.4.0
with:
node-version-file: '.nvmrc'
- name: 'Install dependencies'
run: npm ci
- name: 'Lint files'
run: 'npm run lint'