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

Commit

Permalink
Add emphasis, remove markdownlinter
Browse files Browse the repository at this point in the history
  • Loading branch information
adrain-cb committed May 28, 2024
1 parent 809df8e commit 0ecb238
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 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: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pessimism

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

## Because you can't always be optimistic

Expand Down
2 changes: 1 addition & 1 deletion docs/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: home
---

*As of May 28, 2024, Pessimism has been deprecated and is no longer being actively maintained*
### 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

Expand Down

0 comments on commit 0ecb238

Please sign in to comment.