Skip to content

Commit

Permalink
Regenerate artifacthub-pkg.yaml for all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 12, 2024
1 parent af6e386 commit cddd693
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .integration/artifacthub/helloworld/0.1.3/artifacthub-pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 0.1.3
name: helloworld
displayName: helloworld
createdAt: "2024-10-12T03:14:33Z"
description: This is a hello world package that contains a schema and a schema instance
links:
- name: KCL homepage
url: https://kcl-lang.io/
- name: KCL repo
url: https://github.com/kcl-lang/kcl
install: |
#### Add `helloworld` with tag `0.1.3` as dependency
```
kcl mod add helloworld:0.1.3
```
#### Pull `helloworld` with tag `0.1.3` to local
```
kcl mod pull helloworld:0.1.3
```
maintainers:
- name: kcl-lang.io
email: kcl-lang.io@domainsbyproxy.com
provider:
name: kcl-lang.io

0 comments on commit cddd693

Please sign in to comment.