github.com/minio/minio@v0.0.0-20240328213742-3f72439b8a27/.github/workflows/shfmt.yml (about) 1 name: Shell formatting checks 2 3 on: 4 pull_request: 5 branches: 6 - master 7 - next 8 9 permissions: 10 contents: read 11 12 jobs: 13 build: 14 name: runner / shfmt 15 runs-on: ubuntu-latest 16 steps: 17 - uses: actions/checkout@v3 18 - uses: luizm/action-sh-checker@master 19 env: 20 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 21 SHFMT_OPTS: "-s" 22 with: 23 sh_checker_shellcheck_disable: true # disable for now