We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ba557 commit 349520aCopy full SHA for 349520a
.github/workflows/CI.yml
@@ -23,6 +23,10 @@ jobs:
23
- name: Running tests with Mason...
24
id: test
25
run: mason test --show
26
+ - name: Running chplcheck...
27
+ id: code-check
28
+ # TODO: remove --disable-rule after dropping chapel 2.4.0 support
29
+ run: chplcheck --disable-rule CamelCaseFunctions $(find . -type f -iname "*.chpl")
30
- name: Building docs with chpldoc...
31
id: build-doc
32
run: mason doc
0 commit comments