Skip to content

Add pip_install to install any desired extra (e.g. datalad-osf) #71

Add pip_install to install any desired extra (e.g. datalad-osf)

Add pip_install to install any desired extra (e.g. datalad-osf) #71

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