From 049ed763e702008779149f336f17cab9316f9c04 Mon Sep 17 00:00:00 2001 From: Shadow Date: Tue, 24 Sep 2024 14:23:36 -0500 Subject: [PATCH] ci: add ci for main branch (formatting only) --- .github/workflows/ci-main.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/ci-main.yml diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml new file mode 100644 index 00000000..d7ad3ba3 --- /dev/null +++ b/.github/workflows/ci-main.yml @@ -0,0 +1,19 @@ +name: CI - Main + +on: + push: + branches: + - main + +jobs: + biome: + name: Check Formatting + timeout-minutes: 15 + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Setup Biome + uses: biomejs/setup-biome@v2 + - name: Run Biome + run: biome ci .