Skip to content

dracut, initcpio: make libgcc_s search universal #858

dracut, initcpio: make libgcc_s search universal

dracut, initcpio: make libgcc_s search universal #858

Workflow file for this run

name: Analyze scripts
on:
push:
branches:
- master
paths:
- '**.sh'
- 'bin/**'
- 'initcpio/**'
- 'zfsbootmenu/bin/**'
- 'zfsbootmenu/libexec/**'
- '!testing/**'
pull_request:
paths:
- '**.sh'
- 'bin/**'
- 'initcpio/**'
- 'zfsbootmenu/bin/**'
- 'zfsbootmenu/libexec/**'
- '!testing/**'
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:
ignore_paths: ./testing
severity: warning