Skip to content

Commit

Permalink
Omit ignored arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
SLiV9 committed Jan 14, 2024
1 parent b1fd1d3 commit 164c265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Count LOC
uses: djdefi/cloc-action@6
with:
options: --json --out cloc-report.json --read-lang-def support/cloc_penne_definitions.txt src/ tests/ examples/ core/ vendor/
options: --json --out cloc-report.json --read-lang-def support/cloc_penne_definitions.txt
- name: Commit to gh-arifacts
run: |
git config --local user.name 'github-actions[bot]'
Expand Down

0 comments on commit 164c265

Please sign in to comment.