Skip to content

Commit 2aee7c8

Browse files
committed
fixup! chore: initial empty scaffold project
Change-Id: Ie9e303411737bcf485a84f7d71076fcaab596bad Signed-off-by: Florent Benoit <[email protected]>
1 parent 6547b60 commit 2aee7c8

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

.github/workflows/pr-check.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ concurrency:
2525

2626
jobs:
2727
lint-format-unit:
28-
name: linter, formatters and unit tests / ${{ matrix.os }}
28+
name: build, linter, formatters and unit tests / ${{ matrix.os }}
2929
runs-on: ${{ matrix.os }}
3030
timeout-minutes: 40
3131
strategy:
@@ -55,6 +55,7 @@ jobs:
5555
run: pnpm lint:check
5656

5757
- name: Run formatter
58+
if: ${{ matrix.os!='windows-2022'}}
5859
run: pnpm format:check
5960

6061
- name: Run unit tests

biome.jsonc

+4-8
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"formatter": {
33
"indentStyle": "space",
44
"lineWidth": 120,
5-
"attributePosition": "auto",
6-
"lineEnding": "lf"
5+
"attributePosition": "auto"
76
},
87
"files": {
98
"maxSize": 1600000,
@@ -14,20 +13,17 @@
1413
"arrowParentheses": "asNeeded",
1514
"bracketSameLine": true,
1615
"attributePosition": "auto",
17-
"quoteStyle": "single",
18-
"lineEnding": "lf"
16+
"quoteStyle": "single"
1917
}
2018
},
2119
"json": {
2220
"formatter": {
23-
"indentWidth": 2,
24-
"lineEnding": "lf"
21+
"indentWidth": 2
2522
}
2623
},
2724
"css": {
2825
"formatter": {
29-
"quoteStyle": "single",
30-
"lineEnding": "lf"
26+
"quoteStyle": "single"
3127
}
3228
},
3329
"linter": {

0 commit comments

Comments
 (0)