Skip to content

*: use install instead of cp when installing to possible FAT location #126

*: use install instead of cp when installing to possible FAT location

*: use install instead of cp when installing to possible FAT location #126

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'