Skip to content

Chore(deps): Bump alpine from 3.18.3 to 3.18.4 in /src #502

Chore(deps): Bump alpine from 3.18.3 to 3.18.4 in /src

Chore(deps): Bump alpine from 3.18.3 to 3.18.4 in /src #502

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@v3
- name: Run shellcheck in container
run: make shellcheck