Skip to content

chore(deps-dev): bump @biomejs/biome from 1.7.2 to 1.7.3 #710

chore(deps-dev): bump @biomejs/biome from 1.7.2 to 1.7.3

chore(deps-dev): bump @biomejs/biome from 1.7.2 to 1.7.3 #710

Workflow file for this run

name: Builds, tests & co
on:
- push
- pull_request
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout tree
uses: actions/checkout@v4
- name: Set-up Node.js
uses: actions/setup-node@v4
with:
node-version: 22
check-latest: true
- name: Install dependencies
run: yarn install --immutable
- name: Run the tests
run: yarn test-all