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

Commit

Permalink
Update Readme and doc website to reflect deprecated status (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrain-cb authored May 29, 2024
1 parent 41bc9fb commit 197297e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/hygeine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,4 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.52.1

markdown-linting:
runs-on: ubuntu-latest

steps:
- name: Check out code
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '20'

- name: Install markdownlint CLI
run: npm install -g markdownlint-cli

- name: Run markdownlint
run: markdownlint '**/*.md'
version: v1.52.1
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# pessimism

### As of May 28, 2024, Pessimism has been deprecated and is no longer being actively maintained

## Because you can't always be optimistic

_Pessimism_ is a public good monitoring service that allows for [OP Stack](https://stack.optimism.io/)
Expand Down
2 changes: 2 additions & 0 deletions docs/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
layout: home
---

### As of May 28, 2024, Pessimism has been deprecated and is no longer being actively maintained

Detect real-time threats on Op-stack compatible chains

## Contents
Expand Down

0 comments on commit 197297e

Please sign in to comment.