Skip to content

delete imagepullpolicy #175

delete imagepullpolicy

delete imagepullpolicy #175

Workflow file for this run

name: shellcheck
on:
pull_request:
paths:
- "**.sh"
- ".github/workflows/shellcheck.yaml"
jobs:
shellcheck:
name: shellcheck with reviewdog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: shellcheck
uses: reviewdog/action-shellcheck@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
pattern: "*.sh"