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

fix: broken md linter ci #5

Merged
merged 1 commit into from
Nov 15, 2023
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
29 changes: 3 additions & 26 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,8 @@ on:
- main

jobs:
yaml:
name: Lining Yaml files
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v3

- name: Linting Yaml files
run: |
yarn run lint:yml:setup
yarn run lint:yml

markdown:
name: Lining Markdown files
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v3

- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
uses: nosborn/[email protected]
with:
files: .

- name: Linting MD files
run: |
yarn run lint:md:setup
yarn run lint:md
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# InterPlanetary Nostr Network Specification (IPNN) and Documentation
# IPNN (InterPlanetary Nostr Network)

InterPlanetary Nostr Network Specification and Documentation.

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

# License

IPNN is under the [MIT](./LICENSE) License
IPNN is under the [MIT](./LICENSE) License