Update spack_cpu_build.yaml to not checkout in base image stage #559
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: 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 |