Skip to content

Add Step 9 (Safety Check) + security hardening across the board #1

Add Step 9 (Safety Check) + security hardening across the board

Add Step 9 (Safety Check) + security hardening across the board #1

Workflow file for this run

name: Lint Shell Scripts
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@2.0.0
with:
scandir: '.'
severity: warning
ignore_paths: terminal-academy node_modules