Skip to content

Commit

Permalink
Add biome workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
blck-snwmn committed Apr 2, 2024
1 parent 71bd169 commit a3078d8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Biome

on:
push:

jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
run_install: true
- name: biome
run: |
pnpm biome ci .

0 comments on commit a3078d8

Please sign in to comment.