Skip to content

Issue #1342: Warn about using the opentofu/ namespace for HashiCorp p… #110

Issue #1342: Warn about using the opentofu/ namespace for HashiCorp p…

Issue #1342: Warn about using the opentofu/ namespace for HashiCorp p… #110

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