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

Commit 9a62fbd

Browse files
authored
fix: broken md linter ci (#5)
1 parent 5e7798e commit 9a62fbd

File tree

2 files changed

+7
-28
lines changed

2 files changed

+7
-28
lines changed

.github/workflows/check.yml

+3-26
Original file line numberDiff line numberDiff line change
@@ -10,31 +10,8 @@ on:
1010
- main
1111

1212
jobs:
13-
yaml:
14-
name: Lining Yaml files
15-
runs-on: ubuntu-latest
16-
steps:
17-
- name: Clone repository
18-
uses: actions/checkout@v3
19-
20-
- name: Linting Yaml files
21-
run: |
22-
yarn run lint:yml:setup
23-
yarn run lint:yml
24-
2513
markdown:
26-
name: Lining Markdown files
27-
runs-on: ubuntu-latest
28-
steps:
29-
- name: Clone repository
30-
uses: actions/checkout@v3
31-
32-
- name: Setup Ruby
33-
uses: ruby/setup-ruby@v1
34-
with:
35-
ruby-version: '3.0'
14+
uses: nosborn/github-action-markdown-cli@v3.0.1
15+
with:
16+
files: .
3617

37-
- name: Linting MD files
38-
run: |
39-
yarn run lint:md:setup
40-
yarn run lint:md

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# InterPlanetary Nostr Network Specification (IPNN) and Documentation
1+
# IPNN (InterPlanetary Nostr Network)
2+
3+
InterPlanetary Nostr Network Specification and Documentation.
24

35
IPNN is a protocol base on the [nostr](https://nostr.com).
46
In IPNN each node is a nostr relay which is interconnected with p2p service model.
@@ -11,4 +13,4 @@ Contributions are welcomed. read the contribution docs before opening a PR.
1113

1214
# License
1315

14-
IPNN is under the [MIT](./LICENSE) License
16+
IPNN is under the [MIT](./LICENSE) License

0 commit comments

Comments
 (0)