Skip to content

Support images from media library #9

Support images from media library

Support images from media library #9

Workflow file for this run

name: Lint with Biome
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
lint:
name: Run Biome Linter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install
- name: Run Biome
run: bun lint-ci
env:
CI: true