Skip to content

Use Singularity 3.8.1, from https://github.com/singularityhub/github-… #64

Use Singularity 3.8.1, from https://github.com/singularityhub/github-…

Use Singularity 3.8.1, from https://github.com/singularityhub/github-… #64

name: Check bash style
on:
push:
pull_request:
schedule:
- cron: "0 0 16 * *"
jobs:
check_bash_style:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- name: Check bash scripts for style
run: shellcheck scripts/*.sh