Skip to content

chore: add biome for lint and format CSS and JS #4

chore: add biome for lint and format CSS and JS

chore: add biome for lint and format CSS and JS #4

Workflow file for this run

name: Lint and Format
on: [ push, pull_request ]
jobs:
ruff:
name: Python code linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
path: './cardie'
biome:
name: CSS and JS linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Biome CLI
uses: biomejs/setup-biome@v2
- name: Run Biome
run: biome ci