From 4a6f797e480ff918cad7a93a331e48b45df091dc Mon Sep 17 00:00:00 2001 From: Tom Carrick Date: Sat, 18 Apr 2026 14:12:44 +0300 Subject: Refs #35007 -- Added biome to lint and format CSS files. --- .github/workflows/linters.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to '.github') diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index e37d7b5ee2..ccee1adde0 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -83,3 +83,20 @@ jobs: with: advanced-security: false annotations: true + + biome: + runs-on: ubuntu-latest + timeout-minutes: 60 + steps: + - name: Checkout + uses: actions/checkout@v6 + with: + persist-credentials: false + - name: Set up Node.js + uses: actions/setup-node@v5 + with: + node-version: '20' + cache: 'npm' + cache-dependency-path: '**/package.json' + - run: npm install + - run: npx biome ci -- cgit v1.3