Skip to content

Bump openssl from 0.10.48 to 0.10.55 in /services/commtest #1869

Bump openssl from 0.10.48 to 0.10.55 in /services/commtest

Bump openssl from 0.10.48 to 0.10.55 in /services/commtest #1869

Workflow file for this run

name: ShellCheck
on:
push:
branches: [master]
pull_request:
types: [opened, reopened]
jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install ShellCheck
run: sudo apt-get update && DEBIAN_FRONTEND=noninteractive sudo apt-get install -y shellcheck
- name: Set globstar
run: shopt -s globstar
- name: Run ShellCheck
run: shellcheck -x -P SCRIPTDIR **/*.sh