Skip to content

Implement support for iRODS 4.2.12 + Ubuntu/focal #37

Implement support for iRODS 4.2.12 + Ubuntu/focal

Implement support for iRODS 4.2.12 + Ubuntu/focal #37

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")