Skip to content

Commit

Permalink
YML -> YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
djdefi authored Nov 22, 2023
1 parent add31b1 commit b8f8e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cloc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Count Lines of Code with additional options
uses: djdefi/cloc-action@main
with:
options: --exclude-lang=YML --md --report-file=cloc.md
options: --exclude-lang=YAML --md --report-file=cloc.md

- name: Output report .md
run: |
Expand Down

0 comments on commit b8f8e88

Please sign in to comment.