Skip to content

fix: 📦 Add dependency and configuration (#302) #172

fix: 📦 Add dependency and configuration (#302)

fix: 📦 Add dependency and configuration (#302) #172

Workflow file for this run

name: Code Quality
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
quality:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Biome
uses: biomejs/setup-biome@v2
with:
version: latest
- name: Run Biome
run: biome ci .