Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.

Commit 197297e

Browse files
authored
Update Readme and doc website to reflect deprecated status (#224)
1 parent 41bc9fb commit 197297e

File tree

3 files changed

+5
-19
lines changed

3 files changed

+5
-19
lines changed

.github/workflows/hygeine.yml

+1-19
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,4 @@ jobs:
3636
uses: golangci/golangci-lint-action@v3
3737
with:
3838
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
39-
version: v1.52.1
40-
41-
markdown-linting:
42-
runs-on: ubuntu-latest
43-
44-
steps:
45-
- name: Check out code
46-
uses: actions/checkout@v3
47-
48-
- name: Set up Node.js
49-
uses: actions/setup-node@v2
50-
with:
51-
node-version: '20'
52-
53-
- name: Install markdownlint CLI
54-
run: npm install -g markdownlint-cli
55-
56-
- name: Run markdownlint
57-
run: markdownlint '**/*.md'
39+
version: v1.52.1

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# pessimism
22

3+
### As of May 28, 2024, Pessimism has been deprecated and is no longer being actively maintained
4+
35
## Because you can't always be optimistic
46

57
_Pessimism_ is a public good monitoring service that allows for [OP Stack](https://stack.optimism.io/)

docs/index.markdown

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
layout: home
33
---
44

5+
### As of May 28, 2024, Pessimism has been deprecated and is no longer being actively maintained
6+
57
Detect real-time threats on Op-stack compatible chains
68

79
## Contents

0 commit comments

Comments
 (0)