Skip to content

Bump the dependencies group with 9 updates #556

Bump the dependencies group with 9 updates

Bump the dependencies group with 9 updates #556

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 24
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run Biome
run: npx biome ci