From f90b565c9df80c16f65a040c7bcf36d4f1bc6a17 Mon Sep 17 00:00:00 2001 From: SEBASTIAN JN Date: Sat, 11 Jan 2025 12:27:14 -0300 Subject: [PATCH] update .github/workflows/biome-lint.yml --- .github/workflows/biome-lint.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/biome-lint.yml b/.github/workflows/biome-lint.yml index fba1eea..a450af4 100644 --- a/.github/workflows/biome-lint.yml +++ b/.github/workflows/biome-lint.yml @@ -8,6 +8,11 @@ jobs: lint: runs-on: ubuntu-latest + permissions: + contents: read + issues: write + pull-requests: write + steps: - name: Checkout code uses: actions/checkout@v2 @@ -18,9 +23,7 @@ jobs: node-version: '20' - name: Install dependencies - run: | - npm install + run: npm install - name: Run Biome Linter - run: | - npx @biomejs/biome format --write + run: npx @biomejs/format biome --write