File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,9 +2,17 @@ name: Build
22
33on :
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
Original file line number Diff line number Diff line change 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/
You can’t perform that action at this time.
0 commit comments