Skip to content

Commit

Permalink
Missed a few lints still using eip- (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWilsn authored Oct 27, 2023
1 parent a5f4f46 commit 64e9010
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Checkout EIP Repository
uses: actions/checkout@47fbe2df0ad0e27efb67a70beac3555f192b062f

- uses: ethereum/eipw-action@6858f56d1d9e5cbe49a0afd85150669f6983ed20
- uses: ethereum/eipw-action@6785fa283773db4819cb0abf17a185a1d9b6eb9f
id: eipw
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
8 changes: 8 additions & 0 deletions config/eipw.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ message = "preamble header `description` should not contain `:`"
[lints.preamble-refs-description]
kind = "preamble-proposal-ref"
name = "description"
prefix = "erc-"
suffix = ".md"

[lints.preamble-enum-category]
kind = "preamble-one-of"
Expand Down Expand Up @@ -95,6 +97,8 @@ names = [
]

[lints.preamble-requires-status]
prefix = "erc-"
suffix = ".md"
kind = "preamble-requires-status"
requires = "requires"
status = "status"
Expand Down Expand Up @@ -765,6 +769,8 @@ sections = [
]

[lints.markdown-link-status]
prefix = "erc-"
suffix = ".md"
kind = "markdown-link-status"
status = "status"
flow = [
Expand Down Expand Up @@ -878,6 +884,8 @@ message = "preamble header `discussions-to` should point to a thread on ethereum
[lints.preamble-refs-title]
kind = "preamble-proposal-ref"
name = "title"
prefix = "erc-"
suffix = ".md"

[lints.preamble-enum-status]
kind = "preamble-one-of"
Expand Down

0 comments on commit 64e9010

Please sign in to comment.