Skip to content

chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates #194

chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates

chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates #194

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: read
jobs:
lint:
runs-on: blacksmith-2vcpu-ubuntu-2204
container:
image: node:24-slim
steps:
- name: Checkout Repo
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
with:
fetch-depth: 1
- name: pnpm setup
uses: pnpm/action-setup@9b5745cdf0a2e8c2620f0746130f809adb911c19
- name: Run Lint
run: pnpm dlx @biomejs/biome@2.3.10 check .
env:
SKIP_ENV_VALIDATION: true