We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6db2a9 commit b36d262Copy full SHA for b36d262
.github/workflows/ci.yml
@@ -21,18 +21,18 @@ jobs:
21
22
- run: pnpm install --frozen-lockfile
23
- name: Setup Biome
24
- if: ${{ matrix.os == 'ubuntu-latest' }}
+ if: ${{ matrix.os == 'ubuntu-24.04-arm' }}
25
uses: biomejs/setup-biome@v2
26
with:
27
version: latest
28
- name: Run Biome
29
30
run: biome ci .
31
32
- name: Run tests
33
run: pnpm test:coverage && pnpm test:report
34
- name: Coveralls
35
36
uses: coverallsapp/github-action@master
37
38
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments