Skip to content

Commit

Permalink
Merge pull request #1998 from w3c/egekorkan-patch-3
Browse files Browse the repository at this point in the history
Adding ignored paths to GH Action to match prettierignore for prettier changes
  • Loading branch information
egekorkan authored Apr 11, 2024
2 parents 2cdc6f9 + 5e041d9 commit 9d26315
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/prettify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ name: Prettifying
on:
pull_request:
branches: [main]
paths-ignore:
- "publication/**"
- "errata.html"
- "errata11.html"
- "ontology/*.html"
- "index.html"
- "validation/tm-json-schema-validation.json"
- "context/td-context-1.1.jsonld"
- "visualization/*.png"
- "visualization/*.svg"

jobs:
prettier:
Expand Down

0 comments on commit 9d26315

Please sign in to comment.