We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba8117 commit a948d59Copy full SHA for a948d59
.github/workflows/quality.yml
@@ -48,8 +48,8 @@ jobs:
48
- name: Run tests
49
run: pnpm test
50
51
- eslint:
52
- name: ESLint
+ format:
+ name: Format
53
# Don't run on the first run after creating from template. (run_number == 1).
54
if: github.run_number != 1
55
runs-on: ubuntu-latest
@@ -60,8 +60,8 @@ jobs:
60
- name: Install
61
uses: ./.github/composite-actions/install
62
63
- - name: Run ESLint
64
- run: pnpm lint
+ - name: Run Biome
+ run: pnpm format
65
env:
66
NODE_OPTIONS: "--max-old-space-size=4096"
67
0 commit comments