Skip to content

Troubles noticed on ancient hosts (CentOS 7) #143

Troubles noticed on ancient hosts (CentOS 7)

Troubles noticed on ancient hosts (CentOS 7) #143

Workflow file for this run

name: scripts
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Test scripts with `bash -n`
run: |
shopt -s globstar
for script in scripts/**/*.sh; do
bash -n "${script}"
done
- name: Test scripts with ShellCheck
uses: ludeeus/[email protected]
with:
scandir: "./scripts"