Skip to content

configs: Update kernel configuration for X00P-4.19 #55

configs: Update kernel configuration for X00P-4.19

configs: Update kernel configuration for X00P-4.19 #55

Workflow file for this run

name: formatter-shfmt
on:
[push, pull_request]
jobs:
sh-checker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run the sh-checker
uses: luizm/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SHFMT_OPTS: -ln=bash -fn -ci -sr # arguments to shfmt.
with:
sh_checker_comment: true
sh_checker_exclude: "Documentation assets configs utils"
sh_checker_shfmt_disable: false
sh_checker_shellcheck_disable: true
sh_checker_checkbashisms_enable: false