We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffbfb95 commit 9a8c90dCopy full SHA for 9a8c90d
2 files changed
.biome.json
@@ -0,0 +1,6 @@
1
+{
2
+ "formatter": {
3
+ "indentStyle": "space",
4
+ "indentWidth": 2
5
+ }
6
+}
.github/workflows/super-linter.yml
@@ -70,6 +70,7 @@ jobs:
70
DEFAULT_BRANCH: main
71
FILTER_REGEX_EXCLUDE: "(gradlew|gradlew\\.bat|gradle/.*|mvnw|mvnw\\.cmd|\\.m2/.*|\\.mvn/.*)$"
72
ENFORCE_COMMITLINT_CONFIGURATION_CHECK: true
73
+ BIOME_CONFIG_PATH: .biome.json
74
GITHUB_ACTIONS_ZIZMOR_CONFIG_FILE: .zizmor.yml
75
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
76
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments