Skip to content

Commit

Permalink
fix filter
Browse files Browse the repository at this point in the history
  • Loading branch information
wartraxx51 committed Feb 24, 2025
1 parent 7868fd7 commit 0a5ccf2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/file-filters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,14 @@ yaml_all: &yaml_all
markdown_all: &markdown_all
- "**/*.{md,mdx}"

infrahub_reference_generated: &infrahub_reference_generated
- "docs/docs/infrahubctl/*.mdx"
- "docs/docs/python-sdk/reference/config.mdx"

documentation_all:
- *development_files
- *doc_files
- *markdown_all

infrahub_reference_generated: &infrahub_reference_generated
- "docs/docs/python-sdk/reference/config.mdx"
documentation_generated_all:
- *infrahub_reference_generated

Check failure on line 47 in .github/file-filters.yml

View workflow job for this annotation

GitHub Actions / yaml-lint

47:34 [new-line-at-end-of-file] no new line character at the end of file

0 comments on commit 0a5ccf2

Please sign in to comment.