Skip to content

Bump alpine from 3.23.2 to 3.23.3 #59

Bump alpine from 3.23.2 to 3.23.3

Bump alpine from 3.23.2 to 3.23.3 #59

Workflow file for this run

name: shellcheck
permissions: {}
on:
push:
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@2.0.0
with:
check_together: 'yes'