Skip to content

Merge pull request #1304 from opentofu/module-submission_terraform-ib… #84

Merge pull request #1304 from opentofu/module-submission_terraform-ib…

Merge pull request #1304 from opentofu/module-submission_terraform-ib… #84

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