8000
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.
2 parents fee9f6d + f392fe0 commit 6c704b3Copy full SHA for 6c704b3
.circleci/config.yml
@@ -5,11 +5,6 @@ jobs:
5
- image: nlknguyen/alpine-shellcheck:v0.4.6
6
steps:
7
- checkout
8
- - run:
9
- name: Check Docker Hub Hooks
10
- command: |
11
- find hooks -type f | wc -l
12
- find hooks -type f | xargs shellcheck -e SC2086 --external-sources
13
- run:
14
name: Check Scripts
15
command: |
hooks/build
hooks/post_push
0 commit comments