Skip to content

Commit

Permalink
Add shellcheck to the CI pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
  • Loading branch information
carrodher committed Aug 25, 2023
1 parent 7bf72d2 commit ed4e424
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- name: Set Golangci-lint
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.53.3

- name: Set Shellcheck
run: sudo apt-get -qq update && sudo apt-get install -y shellcheck && shellcheck install-binary.sh

- name: Build
run: make build

Expand Down

0 comments on commit ed4e424

Please sign in to comment.