From fcc12f2fa52f3148b782cab81795d3f0aad420d4 Mon Sep 17 00:00:00 2001 From: SEBASTIAN JN Date: Wed, 8 Jan 2025 14:46:10 -0300 Subject: [PATCH] update .github/workflows/biome-lint.yml --- .github/workflows/biome-lint.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/.github/workflows/biome-lint.yml b/.github/workflows/biome-lint.yml index e69de29..fba1eea 100644 --- a/.github/workflows/biome-lint.yml +++ b/.github/workflows/biome-lint.yml @@ -0,0 +1,26 @@ +name: Biome Linter + +on: + push: + pull_request: + +jobs: + lint: + runs-on: ubuntu-latest + + steps: + - name: Checkout code + uses: actions/checkout@v2 + + - name: Set up Node.js + uses: actions/setup-node@v2 + with: + node-version: '20' + + - name: Install dependencies + run: | + npm install + + - name: Run Biome Linter + run: | + npx @biomejs/biome format --write