Skip to content

Commit

Permalink
Allow json files to be in content
Browse files Browse the repository at this point in the history
  • Loading branch information
goneall committed Jan 8, 2025
1 parent 1a3cb5f commit 83d438b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
run: |
find . \( -name '*.spdx' -o -name '*.json' \) \
-not -path './presentations/*' \
-not -path '*/content/*' \
-not -path './tools-java/*' \
-not -path '*/spdx2.2/*' \
-not -path '*/spdx2.3/*' \
Expand Down

0 comments on commit 83d438b

Please sign in to comment.