Skip to content

scripts/bootstrap-prefix: disable USE=pie for Solaris bootstrap #305

scripts/bootstrap-prefix: disable USE=pie for Solaris bootstrap

scripts/bootstrap-prefix: disable USE=pie for Solaris bootstrap #305

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/action-shellcheck@master
with:
scandir: "./scripts"