Skip to content

Commit 6547b60

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

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/pr-check.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
- name: Execute pnpm
4949
run: pnpm install
5050

51+
- name: Execute pnpm build
52+
run: pnpm build
53+
5154
- name: Run linter
5255
run: pnpm lint:check
5356

biome.jsonc

+6-3
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,20 @@
1414
"arrowParentheses": "asNeeded",
1515
"bracketSameLine": true,
1616
"attributePosition": "auto",
17-
"quoteStyle": "single"
17+
"quoteStyle": "single",
18+
"lineEnding": "lf"
1819
}
1920
},
2021
"json": {
2122
"formatter": {
22-
"indentWidth": 2
23+
"indentWidth": 2,
24+
"lineEnding": "lf"
2325
}
2426
},
2527
"css": {
2628
"formatter": {
27-
"quoteStyle": "single"
29+
"quoteStyle": "single",
30+
"lineEnding": "lf"
2831
}
2932
},
3033
"linter": {

0 commit comments

Comments
 (0)