Skip to content

configs: Update kernel configuration for X00P-4.19 #90

configs: Update kernel configuration for X00P-4.19

configs: Update kernel configuration for X00P-4.19 #90

Workflow file for this run

name: ShellCheck scripts
on:
[push, pull_request]
jobs:
shellCheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run shellcheck.
run: while read -r script; do shellcheck --exclude=SC1090,SC1091 $script; done < tests/files