diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 65f2d5a..841b995 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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]'