This is an automated email from the ASF dual-hosted git repository.

sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


The following commit(s) were added to refs/heads/main by this push:
     new f6bbf29  Add biome to the analysis workflow
f6bbf29 is described below

commit f6bbf29fea3a170e91323a50816ca1850b1c3ebb
Author: Sean B. Palmer <[email protected]>
AuthorDate: Fri Dec 12 15:23:37 2025 +0000

    Add biome to the analysis workflow
---
 .github/workflows/analyze.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml
index ab021d8..2c77778 100644
--- a/.github/workflows/analyze.yml
+++ b/.github/workflows/analyze.yml
@@ -9,6 +9,7 @@ permissions:
 
 env:
   UV_VERSION: '0.7.12'
+  BIOME_VERSION: '2.3.8'
 
 jobs:
   analyze:
@@ -29,6 +30,10 @@ jobs:
         uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # 
v6.6.0
         with:
           version: ${{ env.UV_VERSION }}
+      - name: Install Biome
+        uses: biomejs/setup-biome@454fa0d884737805f48d7dc236c1761a0ac3cc13 # 
v2.6.0
+        with:
+          version: ${{ env.BIOME_VERSION }}
 
       - name: Install dependencies
         run: uv sync --all-groups


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to