Enable for running with DNS based endpoints #57
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
sh_checker_exclude: gradlew |