Skip to content

Fix and improve Opossum check #16

Fix and improve Opossum check

Fix and improve Opossum check #16

Workflow file for this run

---
name: Shellcheck
on: [pull_request]
permissions:
contents: read
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-24.04
env:
LANG: C.UTF-8
steps:
- uses: actions/checkout@v5
- name: Install shellcheck
run: sudo apt update && sudo apt install -y shellcheck && shellcheck --version
- name: Check shell scripts
run: shellcheck -x -P "SCRIPTDIR"/utils --severity=error testssl.sh