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

Update Readme and doc website to reflect deprecated status #224

Merged
merged 3 commits into from
May 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading