Skip to content

mkinitramfs.in: info like other utils do #28

mkinitramfs.in: info like other utils do

mkinitramfs.in: info like other utils do #28

Workflow file for this run

name: Lint CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install shellcheck
run: sudo apt-get install -y shellcheck
- name: Check shell scripts for errors
run: make -f Makefile.lint shellcheck
- name: Check PODs for syntax errors
run: make -f Makefile.lint podchecker
# End of file.