Skip to content

Prepare for Constellation's s3proxy. #3

Prepare for Constellation's s3proxy.

Prepare for Constellation's s3proxy. #3

Workflow file for this run

name: 'Trigger: Shell scripts formatting action'
on:
pull_request:
branches:
- master
jobs:
sh-checker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run the sh-checker
uses: luizm/action-sh-checker@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SHFMT_OPTS: -s # arguments to shfmt.
with:
sh_checker_comment: true