Skip to content

Chore(deps): Bump alpine from 3.20.0 to 3.20.1 #662

Chore(deps): Bump alpine from 3.20.0 to 3.20.1

Chore(deps): Bump alpine from 3.20.0 to 3.20.1 #662

Workflow file for this run

name: shellcheck
on:
push:
branches:
- "!main"
pull_request:
workflow_call:
workflow_dispatch:
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run shellcheck in container
run: make shellcheck