Skip to content

test: mock token retrieval globally #817

test: mock token retrieval globally

test: mock token retrieval globally #817

Workflow file for this run

name: Lint
on:
push:
branches: ["**"]
pull_request:
branches: ["**"]
permissions:
contents: read
jobs:
biome:
name: Biome Check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- name: Setup
uses: ./.github/actions/setup
- name: Run Biome
run: pnpm run lint