Skip to content

add support for specifying paths to search for container 'docker', 'singularity' and 'podman' in configuration file #1385

add support for specifying paths to search for container 'docker', 'singularity' and 'podman' in configuration file

add support for specifying paths to search for container 'docker', 'singularity' and 'podman' in configuration file #1385

Workflow file for this run

name: Shell Check
on:
push:
branches:
- devel
pull_request:
branches:
- devel
jobs:
style_checks:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Run Shell Check
run: |
sudo apt-get install -y shellcheck
shellcheck --version
shellcheck -x setup.sh scripts/spack_container/*.sh