Skip to content

Commit df8913c

Browse files
ci: exclude YAML conformance fixtures
Use yamllint's native ignore rules for vendored spec and invalid parser fixtures without relying on unsupported reusable-workflow environment settings. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 9bba8e0 commit df8913c

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/PSModule.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Build:
2323

2424
Linter:
2525
env:
26-
FILTER_REGEX_EXCLUDE: '.*tests/fixtures/.*'
2726
VALIDATE_BIOME_FORMAT: false
2827
VALIDATE_BIOME_LINT: false
2928
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false

.github/linters/.yaml-lint.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
extends: relaxed
3+
4+
# Official conformance fixtures intentionally preserve invalid and unusual YAML.
5+
ignore: |
6+
tests/fixtures/

0 commit comments

Comments
 (0)