Skip to content

chore(deps): bump docker/build-push-action from 4.1.1 to 4.2.1 #42

chore(deps): bump docker/build-push-action from 4.1.1 to 4.2.1

chore(deps): bump docker/build-push-action from 4.1.1 to 4.2.1 #42

# ==================================================================
# ShellCheck Linter Template
# ==================================================================
# This is the example you should work from to implement your own
# reusable workflow which calls your own reusable action
# ==================================================================
name: ShellCheck Linter Template
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
shellcheck-linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ragsworks/reusable-linters/.github/actions/shellcheck@master
with:
cli-args: "--format=checkstyle --severity=info .github/actions/shellcheck/docker/tests/script.sh"