Skip to content

05-check-chroot.install: add sanity check for cmdline from chroot #156

05-check-chroot.install: add sanity check for cmdline from chroot

05-check-chroot.install: add sanity check for cmdline from chroot #156

Workflow file for this run

name: ShellCheck Lint
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'