Skip to content

Commit

Permalink
Merge branch 'feature/hozlucas28-automated-pull-request-checks'
Browse files Browse the repository at this point in the history
  • Loading branch information
hozlucas28 committed Jan 26, 2024
2 parents 52ef9ad + c4a9c5b commit ed7db36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ for (const committedFile of committedFiles) {
setFailed(
`The file extension of '${parsedFile.base}' file, inside '${parsedFile.dir}' directory doesn't match with the programming language folder. ` +
'Check the file extension or the programming language folder where it is located. ' +
`The file extension should be: '${expectedFileExtBasedOnLastFolder}, ` +
`The file extension should be: '${expectedFileExtBasedOnLastFolder}', ` +
`or the programming language folder where it is located should be: '${expectedLastFolderBasedOnCommittedFileExt}'. ` +
'If you think this is an error, please contact an administrator.'
)
Expand Down

0 comments on commit ed7db36

Please sign in to comment.