Skip to content

feat: add barcode component for email-safe HTML table barcodes #4258

feat: add barcode component for email-safe HTML table barcodes

feat: add barcode component for email-safe HTML table barcodes #4258

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- canary
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:22-slim
steps:
- name: Checkout Repo
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
with:
fetch-depth: 1
- name: pnpm setup
uses: pnpm/action-setup@1e1c8eafbd745f64b1ef30a7d7ed7965034c486c
- name: Run Lint
run: pnpm dlx @biomejs/biome@2.3.11 check .
env:
SKIP_ENV_VALIDATION: true