Skip to content

BFD-3384: Introduce CI to MGMT module #122

BFD-3384: Introduce CI to MGMT module

BFD-3384: Introduce CI to MGMT module #122

name: 'Run shellcheck'
on:
pull_request:
permissions:
contents: read
jobs:
lint:
name: Shellcheck
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run Shellcheck
id: ShellCheck
uses: redhat-plumbers-in-action/differential-shellcheck@v5
env:
SHELLCHECK_OPTS: '-e SC1071 -e SC2239'
with:
severity: warning
triggering-event: pull_request