Skip to content

Bump docker/build-push-action from 6.7.0 to 6.8.0 #28

Bump docker/build-push-action from 6.7.0 to 6.8.0

Bump docker/build-push-action from 6.7.0 to 6.8.0 #28

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"