Skip to content

iRODS 4.3: basic logging implementation #30

iRODS 4.3: basic logging implementation

iRODS 4.3: basic logging implementation #30

Workflow file for this run

name: Shellcheck
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Shellcheck
run: |
cd "${GITHUB_WORKSPACE}"
sudo apt -y install shellcheck
shellcheck $(find . -name "*.sh")