There was an error while loading. Please reload this page.
1 parent 9f8ed30 commit fa464c0Copy full SHA for fa464c0
1 file changed
.github/workflows/ci.yml
@@ -32,3 +32,5 @@ jobs:
32
run: pytest promise-types/ -v
33
- name: Lint policy with CFEngine CLI
34
run: cfengine lint --strict no ./
35
+ - name: Check formatting with CFEngine CLI
36
+ run: cfengine format --check
0 commit comments