Skip to content

Bump @biomejs/biome from 2.2.2 to 2.2.3 #2848

Bump @biomejs/biome from 2.2.2 to 2.2.3

Bump @biomejs/biome from 2.2.2 to 2.2.3 #2848

Workflow file for this run

name: Nix
on:
- push
- pull_request
permissions: read-all
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
with:
submodules: true
- uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix develop -c make nix-tests