Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Update entrypoint script docstring #606

Update entrypoint script docstring

Update entrypoint script docstring #606

Workflow file for this run

name: "Shellcheck"
on:
push:
branches:
- "main"
jobs:
shellcheck:
name: "Shellcheck"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- name: "Run ShellCheck"
uses: "ludeeus/[email protected]"
with:
additional_files: "*.sh.jinja"