Skip to content

installkernel-9999.ebuild: do not depend on sd-boot for efistub #28

installkernel-9999.ebuild: do not depend on sd-boot for efistub

installkernel-9999.ebuild: do not depend on sd-boot for efistub #28

Workflow file for this run

name: Test installkernel
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
severity: error
additional_files: '*.install'