Skip to content

Commit

Permalink
fix custom ci for metadata (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec authored Nov 22, 2023
1 parent 1c7f202 commit 71db902
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/linter/customRules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ const requiredMetadata = {

const optionalMetadata = {
feature: {},
supersedes: {},
extends: {},
}

export const metadataSimdIsValid = {
Expand Down Expand Up @@ -295,4 +297,4 @@ export const metadataStatusIsValid = {
})
}
},
}
}

0 comments on commit 71db902

Please sign in to comment.