Skip to content

chore(deps): update dependency @biomejs/biome to v2.3.7 #1120

chore(deps): update dependency @biomejs/biome to v2.3.7

chore(deps): update dependency @biomejs/biome to v2.3.7 #1120

name: Checking code quality
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- name: Setting up Node.js
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version-file: .node-version
cache: npm
- name: npm install
run: npm ci --no-audit --no-fund
- name: lint
run: npm run lint
- name: test
run: npm run test:ci
- name: build
run: npm run build