Skip to content

Adding error detection around the k8s rollout (#2145) #90

Adding error detection around the k8s rollout (#2145)

Adding error detection around the k8s rollout (#2145) #90

Workflow file for this run

name: Shellcheck
on:
push:
paths:
- "**/*.sh"
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
- name: Shellcheck
run: |
.github/workflows/scripts/run-shellcheck.sh