Skip to content

fix: fixed typo in the files #27

fix: fixed typo in the files

fix: fixed typo in the files #27

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@v1
with:
version: 1.4.1
- name: Run Biome
run: biome ci .