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 7a00069 commit 41f0554Copy full SHA for 41f0554
.circleci/config.yml
@@ -114,6 +114,9 @@ jobs:
114
docker:
115
- image: koalaman/shellcheck-alpine:stable
116
steps:
117
+ - run:
118
+ name: Install git and openssh-client
119
+ command: apk add --no-cache git openssh-client
120
- checkout
121
- run:
122
name: Shellcheck sh scripts
@@ -123,10 +126,10 @@ jobs:
123
126
124
127
- image: node:lts-alpine
125
128
- - checkout
129
130
name: Install git
- command: apk add --no-cache git
131
132
+ - checkout
133
134
name: Install commitlint
135
command: |-
0 commit comments