Skip to content

Commit

Permalink
update validation
Browse files Browse the repository at this point in the history
  • Loading branch information
kaleb-keny committed Aug 20, 2024
1 parent 1c73468 commit 5b78c02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/checkFrontmatters.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const commonValidationSchema = Yup.object().shape({
status: Yup.string().oneOf(statuses),
author: Yup.string().required(),
network: Yup.string()
.oneOf(['Ethereum', 'Optimism', 'Ethereum & Optimism','Base','Ethereum, Optimism & Base','Ethereum & Base','Optimism & Base','Arbitrum','Ethereum, Optimism, Base & Arbitrum'])
.oneOf(['Ethereum', 'Optimism', 'Ethereum & Optimism','Base','Ethereum, Optimism & Base','Ethereum & Base','Optimism & Base','Arbitrum','Ethereum, Optimism, Base & Arbitrum','Ethereum & Arbitrum'])
.required(),
implementor: Yup.string().nullable(),
release: Yup.string().nullable(),
Expand Down
2 changes: 1 addition & 1 deletion sccp-x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sccp: <to be assigned>
title: <SCCP title>
type: <Meta-Governance | Governance>
network: <Ethereum | Optimism | Base | Ethereum & Optimism | Ethereum, Optimism & Base | Ethereum & Base | Optimism & Base | Arbitrum | Ethereum, Optimism, Base & Arbitrum >
network: <Ethereum | Optimism | Base | Ethereum & Optimism | Ethereum, Optimism & Base | Ethereum & Base | Optimism & Base | Arbitrum | Ethereum, Optimism, Base & Arbitrum, Ethereum & Arbitrum >
author: <a list of the author's or authors' name(s) and/or username(s), or name(s) and email(s), e.g. (use with the parentheses or triangular brackets): FirstName LastName (@GitHubUsername), FirstName LastName <foo@bar.com>, FirstName (@GitHubUsername) and GitHubUsername (@GitHubUsername)>
discussions-to: <Discord Channel>
status: <Draft>
Expand Down
2 changes: 1 addition & 1 deletion sip-x.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
sip: <to be assigned>
title: <SIP title>
network: <Ethereum | Optimism | Base | Ethereum & Optimism | Ethereum, Optimism & Base | Ethereum & Base | Optimism & Base | Arbitrum | Ethereum, Optimism, Base & Arbitrum >
network: <Ethereum | Optimism | Base | Ethereum & Optimism | Ethereum, Optimism & Base | Ethereum & Base | Optimism & Base | Arbitrum | Ethereum, Optimism, Base & Arbitrum, Ethereum & Arbitrum >
status: <Draft>
type: <Meta-Governance | Governance>
author: <a list of the author's or authors' name(s) and/or username(s), or name(s) and email(s), e.g. (use with the parentheses or triangular brackets): FirstName LastName (@GitHubUsername), FirstName LastName <foo@bar.com>, FirstName (@GitHubUsername) and GitHubUsername (@GitHubUsername)>
Expand Down

0 comments on commit 5b78c02

Please sign in to comment.