Skip to content

Commit b89f7e1

Browse files
authored
Disable biome format and lint validation
Disable validation for biome format and lint.
1 parent cee9194 commit b89f7e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/super-linter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
SUPPRESS_POSSUM: true
4343
VALIDATE_ALL_CODEBASE: false
4444
VALIDATE_BASH: false
45+
VALIDATE_BIOME_FORMAT: false
46+
VALIDATE_BIOME_LINT: false
4547
VALIDATE_CHECKOV: false
4648
VALIDATE_CSS: false
4749
VALIDATE_CSS_PRETTIER: false

0 commit comments

Comments
 (0)