Skip to content

chore(deps): update haproxy docker tag to v3.0.4 #219

chore(deps): update haproxy docker tag to v3.0.4

chore(deps): update haproxy docker tag to v3.0.4 #219

Workflow file for this run

name: Shellcheck
on:
push:
pull_request:
workflow_dispatch:
jobs:
shellcheck:
name: Check Shell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Shellcheck
uses: ludeeus/action-shellcheck@master
with:
check_together: 'yes'
env:
SHELLCHECK_OPTS: --shell sh