Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Install shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu committed Jan 13, 2021
1 parent 3058f7d commit 03884f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ jobs:
gem install simplecov
gem install simplecov-cobertura
gem install bashcov
- shellcheck/install
- run:
name: Run Tests
command: |
env -i PATH="$PATH"
bashcov tests/test
shellcheck codecov tests/test
shasum --algorithm 1 --check --strict ./SHA1SUM
shasum --algorithm 256 --check --strict ./SHA256SUM
shasum --algorithm 512 --check --strict ./SHA512SUM
- shellcheck/check:
dir: .
- run:
name: Upload Codecov
command: |
Expand Down

0 comments on commit 03884f8

Please sign in to comment.