Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Update "Deployment" section #39

Update "Deployment" section

Update "Deployment" section #39

Workflow file for this run

name: Code quality
on:
push:
pull_request:
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 .