Skip to content

[chore]more files to lint ignore list #3

[chore]more files to lint ignore list

[chore]more files to lint ignore list #3

Workflow file for this run

name : Check Linting and Code Quality
on:
push:
branches: [master,dev]
pull_request:
branches: [master,dev]
jobs:
lint:
name: Lint TS (Biome)
runs-on: ubuntu-latest
steps:
- name: 📦 Checkout Repo
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Biome
uses: biomejs/setup-biome@v2
with:
version: latest
- name: Run Biome
run: biome ci .