Skip to content

Commit

Permalink
exclude sanity_checks.py from CoL
Browse files Browse the repository at this point in the history
  • Loading branch information
xrsrke committed Feb 1, 2024
1 parent e2ed85f commit 91234fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: Count Lines of Code (cloc)
uses: djdefi/cloc-action@6
with:
options: --exclude-dir=docs,tests,examples --exclude-lang=YAML --exclude-file=sanity_checks.py
options: --exclude-dir=docs,tests,examples --exclude-lang=YAML --exclude-list-file=sanity_checks.py

0 comments on commit 91234fa

Please sign in to comment.