Skip to content

Commit

Permalink
ci: add ci for main branch (formatting only)
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilloftheshadow committed Sep 24, 2024
1 parent ba61298 commit 049ed76
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
@@ -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 .

0 comments on commit 049ed76

Please sign in to comment.