Avoid shedding for loads that have negative values in datafile #560
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 |