Skip to content

[CHANGE] Use OpenSource datasource plugin for connecting to back-end log message store #165

[CHANGE] Use OpenSource datasource plugin for connecting to back-end log message store

[CHANGE] Use OpenSource datasource plugin for connecting to back-end log message store #165

Workflow file for this run

name: checkshell
on:
- pull_request
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 # arguments to shfmt.
with:
sh_checker_only_diff: true # only run against files that were updated
sh_checker_comment: true # include results as github comment