Skip to content

Commit 8d979f1

Browse files
authored
Merge pull request #3 from Cronyet/patch-1
[Pull Request] Updated README file.
2 parents 25541ea + 09396bc commit 8d979f1

2 files changed

Lines changed: 24 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@ name: Build
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches:
6+
- main
7+
paths-ignore:
8+
- ".*/**"
9+
- "**/*.md"
610
pull_request:
7-
branches: [ "main" ]
11+
branches:
12+
- main
13+
paths-ignore:
14+
- ".*/**"
15+
- "**/*.md"
816

917
workflow_dispatch:
1018

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1-
# Welcome to Crequency Common.Algorithm 🎉
1+
<p align="center">
2+
<a href="https://docs.catrol.cn/public/lib/Algorithm/" target="_blank" rel="noopener noreferrer">
3+
<img width="128" src="https://raw.githubusercontent.com/Crequency/Common.Algorithm/main/Common.Algorithm.Interop/icon.png" alt="Common.Algorithm Logo">
4+
</a>
5+
</p>
26

3-
Now docs link : https://docs.catrol.cn/public/lib/Algorithm/
7+
<h1 align="center">Common.Algorithm</h1>
8+
9+
# About
10+
11+
Welcome to Crequency Common.Algorithm 🎉
12+
13+
This is a library for lots of algorithms, mostly written in C++, and ports for other languages are prepared.
14+
15+
Docs: https://docs.catrol.cn/public/lib/Algorithm/

0 commit comments

Comments
 (0)