Skip to content

Commit ea70985

Browse files
🪲 [Fix]: Fix linter settings and docs (#97)
## Description This pull request makes a minor update to the `.github/PSModule.yml` configuration file, specifically related to the linter environment settings. The change disables the `VALIDATE_BIOME_FORMAT` check for the linter. * [`.github/PSModule.yml`](diffhunk://#diff-928165ed381f1982eb8f9746a59a2829db4abc8a28eddb8c109e12bb033ff96aR22): Set `VALIDATE_BIOME_FORMAT` to `false` in the linter environment configuration.
1 parent ba9c047 commit ea70985

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/PSModule.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Test:
1919
# Build:
2020
# Docs:
2121
# Skip: true
22+
2223
Linter:
2324
env:
2425
VALIDATE_BIOME_FORMAT: false

0 commit comments

Comments
 (0)