Skip to content

Bump hadolint/hadolint-action from 2.0.0 to 3.1.0 #13

Bump hadolint/hadolint-action from 2.0.0 to 3.1.0

Bump hadolint/hadolint-action from 2.0.0 to 3.1.0 #13

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