Skip to content

mkinitramfs.8: improve FILES formatting #3

mkinitramfs.8: improve FILES formatting

mkinitramfs.8: improve FILES formatting #3

Workflow file for this run

name: Shellcheck 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
# End of file.