Skip to content

SPACK_ADD_DEBUG_FLAGS: simplify + test #42

SPACK_ADD_DEBUG_FLAGS: simplify + test

SPACK_ADD_DEBUG_FLAGS: simplify + test #42

Workflow file for this run

name: shellcheck
on:
push:
branches: [master]
pull_request:
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Run shellcheck
run: shellcheck cc.sh test/*.sh benchmark/*.sh
- name: Run tests
run: sh test/run.sh