Skip to content

Update haproxy Docker tag to v2.8.3 #95

Update haproxy Docker tag to v2.8.3

Update haproxy Docker tag to v2.8.3 #95

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