Skip to content

Merge pull request #22 from mklomp/wpa3_fix #40

Merge pull request #22 from mklomp/wpa3_fix

Merge pull request #22 from mklomp/wpa3_fix #40

Workflow file for this run

name: shfmt
on:
- pull_request
- push
jobs:
sh-checker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run the sh-checker
uses: luizm/action-sh-checker@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
sh_checker_shellcheck_disable: true
sh_checker_comment: true