Skip to content

offline-site script tweaks #17

offline-site script tweaks

offline-site script tweaks #17

Workflow file for this run

name: "CI"
on:
push:
branches:
- main
pull_request:
branches:
- "**"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: bash -c 'shopt -s globstar; shellcheck **/*.sh'