Skip to content

workflows: Install libelf-dev #54

workflows: Install libelf-dev

workflows: Install libelf-dev #54

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