chore(workflow): add new Biome formatting workflow for canary branch

This commit is contained in:
Mauricio Siu
2025-03-29 13:38:55 -06:00
parent 413eda50f4
commit 4ba2b9fe8d

22
.github/workflows/autofix.yml vendored Normal file
View File

@@ -0,0 +1,22 @@
name: Format Code with Biome
on:
push:
branches: [canary]
pull_request:
branches: [canary]
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup biomeJs
uses: biomejs/setup-biome@v2
- name: Run Biome formatter
run: biome format . --write
- uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef