We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f265cd commit 89cfb73Copy full SHA for 89cfb73
.github/workflows/cbfmt.yml
@@ -30,4 +30,4 @@ jobs:
30
mv shellharden /usr/local/bin/
31
- name: Run cbfmt check
32
# Lua examples in README.md doesn't conform to Stylua rules, on purpose.
33
- run: find . -name '*.md' -not -path './dependencies/*' -not -path './README.md' | xargs cbfmt --check
+ run: find . -name '*.md' -not -path './dependencies/*' -not -path './README.md' -not -path './CHANGELOG.md' | xargs cbfmt --check
0 commit comments