Skip to content

s/r-g/update-rsync-master.sh: put an alias gentoo repo name. #145

s/r-g/update-rsync-master.sh: put an alias gentoo repo name.

s/r-g/update-rsync-master.sh: put an alias gentoo repo name. #145

Workflow file for this run

name: scripts
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Test scripts with `bash -n`
run: |
shopt -s globstar
for script in scripts/**/*.sh; do
bash -n "${script}"
done
- name: Test scripts with ShellCheck
uses: ludeeus/action-shellcheck@1.1.0
with:
scandir: "./scripts"