Skip to content

build(deps-dev): bump @biomejs/biome from 2.5.5 to 2.5.6 #4350

build(deps-dev): bump @biomejs/biome from 2.5.5 to 2.5.6

build(deps-dev): bump @biomejs/biome from 2.5.5 to 2.5.6 #4350

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'