Skip to content

Allow git to modify the mounted /app directory when employing docker-compose.read-only.local.override.yml #597

Allow git to modify the mounted /app directory when employing docker-compose.read-only.local.override.yml

Allow git to modify the mounted /app directory when employing docker-compose.read-only.local.override.yml #597

Workflow file for this run

name: Shellcheck on scripts
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Set up system
shell: bash
run: |
sudo apt-get update -qq
sudo apt-get install shellcheck
- uses: actions/checkout@v4
- name: Run shellcheck
run: |
git grep -l -E '#!/bin/(bash|sh)' | xargs shellcheck