Skip to content

Commit

Permalink
Exclude orginial folder structure from linting. See also: field33/plo…
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel committed Oct 17, 2022
1 parent fd26e2f commit 9a20470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Find Fields
env:
FILES: |
find fields -type f -name "*.ttl"
find fields -type f -name "*.ttl" -not -path "*/original/*"
run: |
eval $FILES | wc -l
Expand Down

0 comments on commit 9a20470

Please sign in to comment.