Skip to content

Commit 9a8c90d

Browse files
committed
ci(biome): initial config
1 parent ffbfb95 commit 9a8c90d

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.biome.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"formatter": {
3+
"indentStyle": "space",
4+
"indentWidth": 2
5+
}
6+
}

.github/workflows/super-linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
DEFAULT_BRANCH: main
7171
FILTER_REGEX_EXCLUDE: "(gradlew|gradlew\\.bat|gradle/.*|mvnw|mvnw\\.cmd|\\.m2/.*|\\.mvn/.*)$"
7272
ENFORCE_COMMITLINT_CONFIGURATION_CHECK: true
73+
BIOME_CONFIG_PATH: .biome.json
7374
GITHUB_ACTIONS_ZIZMOR_CONFIG_FILE: .zizmor.yml
7475
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7576
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)