This repository was archived by the owner on Apr 6, 2026. It is now read-only.
Upgrade to Spack v1.1.1 and related fixes. #687
Workflow file for this run
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: file-naming-conventions | |
| on: [push] | |
| jobs: | |
| naming-conventions: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - uses: shogo82148/actions-setup-perl@v1 | |
| with: | |
| perl-version: '5.34' | |
| - run: ./buildsystem/tools/file_naming_conventions.pl |