Skip to content

run_tests.sh: increase disk space for ESP #76

run_tests.sh: increase disk space for ESP

run_tests.sh: increase disk space for ESP #76

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'