Skip to content

Add demo GIFs and collapsible demo sections to README #4

Add demo GIFs and collapsible demo sections to README

Add demo GIFs and collapsible demo sections to README #4

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