Fix JSON file output bug, should not have a trailing comma at the end. #567
Workflow file for this run
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 |