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 ea68189 commit 45f7085Copy full SHA for 45f7085
.github/workflows/ci-check-fmt.yaml
@@ -37,8 +37,5 @@ jobs:
37
- name: Format shfmt
38
run: ./tools/scripts/shfmt -w .
39
40
- - name: Format cedar
41
- run: git ls-files "*.cedar" | xargs ls 2>/dev/null | xargs -I {} ./tools/scripts/cedar format -w -p {}
42
-
43
- name: Exit on diff
44
run: git diff --exit-code
0 commit comments