diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index f59d490..705418b 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -19,15 +19,9 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@v4 - with: - persist-credentials: false - - - name: Use Node.js - uses: actions/setup-node@v4 - - - name: Install dependencies - run: npm install --ignore-scripts - - - name: Linter - run: npm run format:ci + - name: Checkout + uses: actions/checkout@v4 + - name: Setup Biome + uses: biomejs/setup-biome@v2 + - name: Run Biome + run: biome ci .