diff options
author | Abouzar Parvan <[email protected]> | 2021-08-17 12:07:11 +0430 |
---|---|---|
committer | GitHub <[email protected]> | 2021-08-17 07:37:11 +0000 |
commit | 1cc2452eb7b76aad36a6d9d210abff88edf6721a (patch) | |
tree | 73327aecc065e55d51bfaca3a589542e56b7ac77 /.github/workflows/lint.yaml | |
parent | c76cc0ea8ae793b4feb0c28407d0f0de104aef43 (diff) |
[Bugfix] ignore jdtls to fix `CI` (#1339)
Diffstat (limited to '.github/workflows/lint.yaml')
-rw-r--r-- | .github/workflows/lint.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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' |