Skip to content

Lock file maintenance #579

Lock file maintenance

Lock file maintenance #579

Workflow file for this run

name: Biome Linting
on:
push:
pull_request:
jobs:
quality:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Setup Biome
uses: biomejs/setup-biome@1cbe33ead22c7a2fded3b52fa2893611c815c9b5 # v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Run Biome
run: biome ci .