forked from
samuel.fm/statusphere-react
the statusphere demo reworked into a vite/react app in a monorepo
1name: Code Quality
2
3on:
4 push:
5 branches: ["master"]
6 pull_request:
7 branches: ["master"]
8
9jobs:
10 quality:
11 runs-on: ubuntu-latest
12 steps:
13 - name: Checkout
14 uses: actions/checkout@v4
15
16 - name: Setup Biome
17 uses: biomejs/setup-biome@v2
18 with:
19 version: latest
20
21 - name: Run Biome
22 run: biome ci .