Skip to content

Switch to Docker secrets for secrets, and compose.override.yaml for configuration. #64

Switch to Docker secrets for secrets, and compose.override.yaml for configuration.

Switch to Docker secrets for secrets, and compose.override.yaml for configuration. #64

Workflow file for this run

---
name: Shell check and lint
on:
pull_request:
branches:
- main
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: luizm/action-sh-checker@master