aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/cbfmt.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/cbfmt.yml')
-rw-r--r--.github/workflows/cbfmt.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cbfmt.yml b/.github/workflows/cbfmt.yml
index 09760bbb..b1b483f0 100644
--- a/.github/workflows/cbfmt.yml
+++ b/.github/workflows/cbfmt.yml
@@ -30,4 +30,4 @@ jobs:
mv shellharden /usr/local/bin/
- name: Run cbfmt check
# Lua examples in README.md doesn't conform to Stylua rules, on purpose.
- 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