Skip to content

Initial release: backup and restore for macOS Docker media stacks #1

Initial release: backup and restore for macOS Docker media stacks

Initial release: backup and restore for macOS Docker media stacks #1

Workflow file for this run

name: Validate
on:
push:
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Validate shell scripts
run: |
bash -n backup.sh
bash -n restore.sh
bash -n install.sh