Skip to content

zfsbootmenu/install-helpers.sh: preserve relative symlinks #1176

zfsbootmenu/install-helpers.sh: preserve relative symlinks

zfsbootmenu/install-helpers.sh: preserve relative symlinks #1176

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