Skip to content

Commit 55442ba

Browse files
committed
chore: add ci badge and godoc badge for README.md
Signed-off-by: Gaius <[email protected]>
1 parent a8d279a commit 55442ba

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/codeql-analysis.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: CodeQL Analysis
22

3-
# on:
4-
# push:
5-
# branches: [main, release-*]
6-
# paths-ignore: ['**.md', '**.png', '**.jpg', '**.svg', '**/docs/**']
7-
# pull_request:
8-
# branches: [main, release-*]
9-
# paths-ignore: ['**.md', '**.png', '**.jpg', '**.svg', '**/docs/**']
10-
# schedule:
11-
# - cron: '0 4 * * *'
3+
on:
4+
push:
5+
branches: [main, release-*]
6+
paths-ignore: ['**.md', '**.png', '**.jpg', '**.svg', '**/docs/**']
7+
pull_request:
8+
branches: [main, release-*]
9+
paths-ignore: ['**.md', '**.png', '**.jpg', '**.svg', '**/docs/**']
10+
schedule:
11+
- cron: '0 4 * * *'
1212

1313
permissions:
1414
contents: read

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# modctl
22

3-
[![GitHub release](https://img.shields.io/github/release/CloudNativeAI/modctl.svg)](https://github.com/CloudNativeAI/modctl/releases)
4-
[![LICENSE](https://img.shields.io/github/license/CloudNativeAI/modctl.svg?style=flat-square)](https://github.com/CloudNativeAI/modctl/blob/main/LICENSE)
3+
[![CI](https://github.com/CloudNativeAI/modctl/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/CloudNativeAI/modctl/actions/workflows/ci.yml)
4+
[![GoDoc](https://godoc.org/github.com/CloudNativeAI/modctl?status.svg)](https://godoc.org/github.com/CloudNativeAI/modctl)
55

66
Modctl is a user-friendly CLI tool for managing OCI model artifacts, which are bundled based on [Model Spec](https://github.com/CloudNativeAI/model-spec).
77
It offers commands such as `build`, `pull`, `push`, and more, making it easy for users to convert their AI models into OCI artifacts.
@@ -12,4 +12,4 @@ You can find the full documentation on the [getting started](./docs/getting-star
1212

1313
## LICENSE
1414

15-
Apache 2.0 License. Please see [LICENSE](LICENSE) for more information.
15+
Apache 2.0 License. Please see [LICENSE](LICENSE) for more information.

0 commit comments

Comments
 (0)