Skip to content

Bump docker/build-push-action from 6.11.0 to 6.12.0 #35

Bump docker/build-push-action from 6.11.0 to 6.12.0

Bump docker/build-push-action from 6.11.0 to 6.12.0 #35

Workflow file for this run

---
name: Linting (Shellcheck)
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
shellcheck:
name: Run shellcheck against shell scripts
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
additional_files: "run finish"