Skip to content

Merge pull request #1177 from opentofu/abstractionfactory-patch-1 #34

Merge pull request #1177 from opentofu/abstractionfactory-patch-1

Merge pull request #1177 from opentofu/abstractionfactory-patch-1 #34

Workflow file for this run

name: Shellcheck
on:
push:
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install shellcheck
run: sudo apt-get install -y shellcheck
- name: Run shellcheck
run: shellcheck -o all ./.github/scripts/*.sh