From 1cc2452eb7b76aad36a6d9d210abff88edf6721a Mon Sep 17 00:00:00 2001 From: Abouzar Parvan Date: Tue, 17 Aug 2021 12:07:11 +0430 Subject: [Bugfix] ignore jdtls to fix `CI` (#1339) --- .github/workflows/format.yaml | 2 +- .github/workflows/lint.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to '.github/workflows') 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 diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index f5aab0eb..d187f497 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -32,3 +32,4 @@ jobs: uses: ludeeus/action-shellcheck@master with: scandir: './utils' + ignore: 'bin' -- cgit v1.2.3