This repository was archived by the owner on Sep 7, 2024. It is now read-only.
Commit 9a62fbd 1 parent 5e7798e commit 9a62fbd Copy full SHA for 9a62fbd
File tree 2 files changed +7
-28
lines changed
2 files changed +7
-28
lines changed Original file line number Diff line number Diff line change 10
10
- main
11
11
12
12
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
-
25
13
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 : .
36
17
37
- - name : Linting MD files
38
- run : |
39
- yarn run lint:md:setup
40
- yarn run lint:md
Original file line number Diff line number Diff line change 1
- # InterPlanetary Nostr Network Specification (IPNN) and Documentation
1
+ # IPNN (InterPlanetary Nostr Network)
2
+
3
+ InterPlanetary Nostr Network Specification and Documentation.
2
4
3
5
IPNN is a protocol base on the [ nostr] ( https://nostr.com ) .
4
6
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.
11
13
12
14
# License
13
15
14
- IPNN is under the [ MIT] ( ./LICENSE ) License
16
+ IPNN is under the [ MIT] ( ./LICENSE ) License
You can’t perform that action at this time.
0 commit comments