Skip to content

tools/helm-manager: add user friendly tool to use helm chart #135

tools/helm-manager: add user friendly tool to use helm chart

tools/helm-manager: add user friendly tool to use helm chart #135

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