diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index 20ea157..73f9a04 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -56,4 +56,4 @@ jobs: - name: Firmware source lines count run: cloc --by-file-by-lang flix - name: Overall source lines count - run: cloc --by-file-by-lang --exclude-ext=svg,dae,css,hbs . + run: cloc --by-file-by-lang --exclude-ext=svg,dae,css,hbs,md,json,yaml,yml,toml .