fix: CI related issue on line numbers (#44)

This commit is contained in:
Jacob Creech 2023-03-22 09:47:51 -05:00 committed by GitHub
parent 2847f68c75
commit 477b7e3631
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ export const enforceHeaderStructure = {
if (index + 1 >= filtered.length) {
onError({
lineNumber: 0,
lineNumber: 1,
detail: `Expected heading \`${tempHeadings[0]}\` and none exists. Please follow the structure outlined in the Proposal Template.`,
})