Skip to content

scripts/bootstrap-prefix: use libffi-3.4.5 for Darwin24 #324

scripts/bootstrap-prefix: use libffi-3.4.5 for Darwin24

scripts/bootstrap-prefix: use libffi-3.4.5 for Darwin24 #324

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"