Skip to content

Add installkernel plugin for automatic management of UEFI (USE="efistub -systemd") #32

Add installkernel plugin for automatic management of UEFI (USE="efistub -systemd")

Add installkernel plugin for automatic management of UEFI (USE="efistub -systemd") #32

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:
additional_files: '*.install'