Skip to content

install: make it more obvious what to do when re-running install.sh #569

install: make it more obvious what to do when re-running install.sh

install: make it more obvious what to do when re-running install.sh #569

Workflow file for this run

name: ShellCheck
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run ShellCheck
shell: bash
run: |
cd "${GITHUB_WORKSPACE}"
./check.sh