Skip to content

BFD-4829 Allow concurrent IDR pipelines to run #4936

BFD-4829 Allow concurrent IDR pipelines to run

BFD-4829 Allow concurrent IDR pipelines to run #4936

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