Skip to content

tools/helm_manager: add the repo and tag configuration #140

tools/helm_manager: add the repo and tag configuration

tools/helm_manager: add the repo and tag configuration #140

Workflow file for this run

name: Shell Code Scan
on:
push:
branches:
- main
paths:
- 'tools/**/*.sh'
pull_request:
paths:
- 'tools/**/*.sh'
workflow_dispatch:
jobs:
codescan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC1091