Update Helm release opentelemetry-operator to v0.35.1 #1062
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: sh-checker | |
on: | |
workflow_dispatch: | |
pull_request: | |
branches: | |
- main | |
# paths: | |
# - argocd/** | |
# push: | |
# branches-ignore: | |
# - main | |
# paths: | |
# - argocd/** | |
jobs: | |
sh-checker: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Run the sh-checker | |
uses: luizm/action-sh-checker@master | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
# SHELLCHECK_OPTS: -e SC1004 # exclude some shellcheck warnings. | |
SHFMT_OPTS: -s -i 2 # arguments to shfmt. | |
with: | |
sh_checker_comment: true | |
# sh_checker_exclude: ".terraform ^dir/example.sh" |