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 35dab99 commit cad0207Copy full SHA for cad0207
.github/workflows/ci.yml
@@ -62,8 +62,12 @@ jobs:
62
# to be missing after the checkout
63
run: |
64
apt-get -qq -y update
65
- apt-get -qq -y install git
+ apt-get -qq -y install git shellcheck
66
git init .
67
+ - name: Lint with Shellcheck
68
+ run: |
69
+ shellcheck tests/*.sh
70
+ shellcheck scripts/*.sh
71
- name: Install dependencies
72
73
python -m pip install --upgrade --no-cache-dir pip setuptools wheel
0 commit comments