Skip to content

Revert "Moving cwagent check outside of run celery (#2027)" #26

Revert "Moving cwagent check outside of run celery (#2027)"

Revert "Moving cwagent check outside of run celery (#2027)" #26

Workflow file for this run

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