Merge pull request #1815 from buildtesters/add_release_date #1524
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |