This repository was archived by the owner on May 29, 2024. It is now read-only.
File tree 3 files changed +5
-19
lines changed
3 files changed +5
-19
lines changed Original file line number Diff line number Diff line change 36
36
uses : golangci/golangci-lint-action@v3
37
37
with :
38
38
# 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
Original file line number Diff line number Diff line change 1
1
# pessimism
2
2
3
+ ### As of May 28, 2024, Pessimism has been deprecated and is no longer being actively maintained
4
+
3
5
## Because you can't always be optimistic
4
6
5
7
_ Pessimism_ is a public good monitoring service that allows for [ OP Stack] ( https://stack.optimism.io/ )
Original file line number Diff line number Diff line change 2
2
layout : home
3
3
---
4
4
5
+ ### As of May 28, 2024, Pessimism has been deprecated and is no longer being actively maintained
6
+
5
7
Detect real-time threats on Op-stack compatible chains
6
8
7
9
## Contents
You can’t perform that action at this time.
0 commit comments