Skip to content

Commit

Permalink
Merge pull request #263 from shleeable/patch-1
Browse files Browse the repository at this point in the history
biome check github action
  • Loading branch information
dansup authored Feb 4, 2025
2 parents 378ce93 + beb34ef commit e3001ec
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/biome.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Biome Lint

on:
push:
pull_request:

jobs:
quality:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Biome
uses: biomejs/setup-biome@v2
with:
version: latest

- name: Run Biome check
run: biome check .

0 comments on commit e3001ec

Please sign in to comment.