Skip to content

Allow for sudo invocations in install -- after all it is on CI anyways #80

Allow for sudo invocations in install -- after all it is on CI anyways

Allow for sudo invocations in install -- after all it is on CI anyways #80

Workflow file for this run

name: Shellcheck on scripts
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Set up system
shell: bash
run: |
sudo apt-get update -qq
sudo apt-get install shellcheck
- uses: actions/checkout@v1
- name: Run shellcheck
run: |
find -iname *.sh | xargs shellcheck