Skip to content

Corrections made due to 'shellshock'-infos. 2 - Committed at: 2023-12… #3

Corrections made due to 'shellshock'-infos. 2 - Committed at: 2023-12…

Corrections made due to 'shellshock'-infos. 2 - Committed at: 2023-12… #3

Workflow file for this run

on:
- push
- pull_request
# Cancels all previous workflow runs for the same branch that have not yet completed.
concurrency:
# The concurrency group contains the workflow name and the branch name.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- env:
PIPELINECOMPONENTS_GLOBASSIST: true
uses: pipeline-components/[email protected]
with:
directory: "**/*.sh"
options: --format=gcc --external-sources