summaryrefslogtreecommitdiff
path: root/.github/workflows/format.yaml
diff options
context:
space:
mode:
authorAbouzar Parvan <[email protected]>2021-08-17 12:07:11 +0430
committerGitHub <[email protected]>2021-08-17 07:37:11 +0000
commit1cc2452eb7b76aad36a6d9d210abff88edf6721a (patch)
tree73327aecc065e55d51bfaca3a589542e56b7ac77 /.github/workflows/format.yaml
parentc76cc0ea8ae793b4feb0c28407d0f0de104aef43 (diff)
[Bugfix] ignore jdtls to fix `CI` (#1339)
Diffstat (limited to '.github/workflows/format.yaml')
-rw-r--r--.github/workflows/format.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml
index 5f9db8cb..142ba7f1 100644
--- a/.github/workflows/format.yaml
+++ b/.github/workflows/format.yaml
@@ -40,5 +40,5 @@ jobs:
# https://google.github.io/styleguide/shellguide.html
- name: Check formatting
run: |
- shfmt -i 2 -ci -l -d .
+ shfmt -f . | grep -v jdtls | xargs shfmt -i 2 -ci -l -d