Skip to content

build(deps): bump actions/checkout from 4.1.1 to 4.1.4 #106

build(deps): bump actions/checkout from 4.1.1 to 4.1.4

build(deps): bump actions/checkout from 4.1.1 to 4.1.4 #106

name: Validation Of Shell Scripts
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
validation-of-shell-scripts:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
with:
egress-policy: audit
- name: check out code
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Install shellcheck
run: sudo apt-get install shellcheck
- name: Run shellcheck
run: shellcheck scripts/*.sh