From 164c265b9fdd05c1e8ee115c081914bdc47af6e2 Mon Sep 17 00:00:00 2001 From: Sander in 't Veld Date: Sun, 14 Jan 2024 18:49:37 +0100 Subject: [PATCH] Omit ignored arguments --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]'