Skip to content

Commit

Permalink
enh: action名
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangYyang committed Jul 21, 2023
1 parent 4629d51 commit 593218b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmsis-pack.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Build CMSIS pack"
name: "CMSIS pack"

on:
push:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Build dylib"
name: "make dylib"

on:
push:
Expand All @@ -7,14 +7,14 @@ on:
- "src/**.c"
- "inc/**.h"
- "Makefile"
- ".github/workflows/build-dylib.yml"
- ".github/workflows/make-dylib.yml"
pull_request:
branches: [master]
paths:
- "src/**.c"
- "inc/**.h"
- "Makefile"
- ".github/workflows/build-dylib.yml"
- ".github/workflows/make-dylib.yml"
workflow_dispatch:
inputs:
logLevel:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:
- "src/**.c"
- "inc/**.h"
- "Makefile"
- ".github/workflows/build-staticlib.yml"
- ".github/workflows/make-lib.yml"
pull_request:
branches: [master]
paths:
- "src/**.c"
- "inc/**.h"
- "Makefile"
- ".github/workflows/build-staticlib.yml"
- ".github/workflows/make-lib.yml"
workflow_dispatch:
inputs:
logLevel:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ MtFmT


[![TESTS](https://github.com/MtFmT-Lib/mtfmt/actions/workflows/tests.yml/badge.svg)](https://github.com/MtFmT-Lib/mtfmt/actions/workflows/tests.yml)
[![DYLIB-BUILD](https://github.com/MtFmT-Lib/mtfmt/actions/workflows/build-dylib.yml/badge.svg)](https://github.com/MtFmT-Lib/mtfmt/actions/workflows/build-dylib.yml)
[![LIB-BUILD](https://github.com/MtFmT-Lib/mtfmt/actions/workflows/build-staticlib.yml/badge.svg)](https://github.com/MtFmT-Lib/mtfmt/actions/workflows/build-staticlib.yml)
[![DYLIB-BUILD](https://github.com/MtFmT-Lib/mtfmt/actions/workflows/make-dylib.yml/badge.svg)](https://github.com/MtFmT-Lib/mtfmt/actions/workflows/make-dylib.yml)
[![LIB-BUILD](https://github.com/MtFmT-Lib/mtfmt/actions/workflows/make-lib.yml/badge.svg)](https://github.com/MtFmT-Lib/mtfmt/actions/workflows/make-lib.yml)
[![CMAKE-BUILD](https://github.com/MtFmT-Lib/mtfmt/actions/workflows/cmake-build.yml/badge.svg)](https://github.com/MtFmT-Lib/mtfmt/actions/workflows/cmake-build.yml)
[![CLANG-FORMAT](https://github.com/MtFmT-Lib/mtfmt/actions/workflows/format-checker.yml/badge.svg)](https://github.com/MtFmT-Lib/mtfmt/actions/workflows/format-checker.yml)


\[ [HomePage](https://mtfmt.cc/mtfmt/) \]
\[ [Document](https://mtfmt.cc/mtfmt/doc) \]
\[ [Code Document](https://mtfmt.cc/mtfmt/html/) \]
\[ [Pre-build Libs](https://github.com/MtFmT-Lib/mtfmt/actions/workflows/build-staticlib.yml) \]
\[ [Pre-build DLLs](https://github.com/MtFmT-Lib/mtfmt/actions/workflows/build-dylib.yml) \]
\[ [Pre-build Libs](https://github.com/MtFmT-Lib/mtfmt/actions/workflows/make-lib.yml) \]
\[ [Pre-build DLLs](https://github.com/MtFmT-Lib/mtfmt/actions/workflows/make-dylib.yml) \]


一个类似于`{fmtlib}`和python的format语法的字符串格式化库,以足够低的资源占用和足够高的性能实现string format。
Expand Down

0 comments on commit 593218b

Please sign in to comment.