Skip to content

Commit 89cfb73

Browse files
authored
ci: don't cbfmt check CHANGELOG.md (#1922)
1 parent 7f265cd commit 89cfb73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cbfmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
mv shellharden /usr/local/bin/
3131
- name: Run cbfmt check
3232
# 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
33+
run: find . -name '*.md' -not -path './dependencies/*' -not -path './README.md' -not -path './CHANGELOG.md' | xargs cbfmt --check

0 commit comments

Comments
 (0)