Skip to content

Bump @biomejs/biome from 2.4.10 to 2.4.11 in the javascript-dependenc… #57

Bump @biomejs/biome from 2.4.10 to 2.4.11 in the javascript-dependenc…

Bump @biomejs/biome from 2.4.10 to 2.4.11 in the javascript-dependenc… #57

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
biome:
name: Biome
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Setup Biome
uses: biomejs/setup-biome@4c91541eaada48f67d7dbd7833600ce162b68f51 # v2.7.1
- name: Run Biome
run: biome ci . --reporter=github