Add multi-node container recipe link to Apptainer HPC guide #892
This file contains hidden or 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: Check Links | |
| on: [pull_request, workflow_dispatch] | |
| jobs: | |
| Check-Website-Links: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: CHTC/test_links@master | |
| with: | |
| file_ignore: "/./staff/.*/,/./includes/.*/,/./doc/.*/" |