Skip to content

Commit

Permalink
Lint shell scripts with shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Mar 27, 2020
1 parent 35dab99 commit cad0207
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,12 @@ jobs:
# to be missing after the checkout
run: |
apt-get -qq -y update
apt-get -qq -y install git
apt-get -qq -y install git shellcheck
git init .
- name: Lint with Shellcheck
run: |
shellcheck tests/*.sh
shellcheck scripts/*.sh
- name: Install dependencies
run: |
python -m pip install --upgrade --no-cache-dir pip setuptools wheel
Expand Down

0 comments on commit cad0207

Please sign in to comment.