Skip to content

Bump docker/build-push-action from 2 to 5 #10

Bump docker/build-push-action from 2 to 5

Bump docker/build-push-action from 2 to 5 #10

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/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
additional_files: 'run finish'