Skip to content

contrib: add megaraid_sas unbind script #1180

contrib: add megaraid_sas unbind script

contrib: add megaraid_sas unbind script #1180

Workflow file for this run

name: Analyze scripts
on:
push:
branches:
- master
paths:
- '**.sh'
- 'bin/**'
- 'initcpio/**'
- 'testing/**'
- 'zfsbootmenu/bin/**'
- 'zfsbootmenu/libexec/**'
pull_request:
paths:
- '**.sh'
- 'bin/**'
- 'initcpio/**'
- 'testing/**'
- 'zfsbootmenu/bin/**'
- 'zfsbootmenu/libexec/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
severity: warning