Skip to content

Bump word-wrap from 1.2.3 to 1.2.4 in /run/core/minio-js #39

Bump word-wrap from 1.2.3 to 1.2.4 in /run/core/minio-js

Bump word-wrap from 1.2.3 to 1.2.4 in /run/core/minio-js #39

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