File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- name : Build and Publish Registry
1+ name : CI
22
33on :
44 push :
@@ -18,7 +18,7 @@ permissions:
1818
1919jobs :
2020 lint :
21- name : Lint Go Code
21+ name : Lint
2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout code
5858 - name : Upload coverage reports
5959 uses : codecov/codecov-action@v5
6060 with :
61- file : ./coverage.out
61+ files : ./coverage.out
6262 flags : unittests
6363 name : codecov-umbrella
6464 continue-on-error : true
@@ -124,7 +124,7 @@ jobs:
124124 pkg/catalog/*/data/official-registry.json
125125
126126 build-pr :
127- name : Build PR Preview
127+ name : Build Check
128128 runs-on : ubuntu-latest
129129 if : github.event_name == 'pull_request'
130130 steps :
Original file line number Diff line number Diff line change 1- name : Release Catalog Package
1+ name : Publish Release
22
33on :
44 push :
@@ -12,7 +12,7 @@ permissions:
1212
1313jobs :
1414 release :
15- name : Tag and Release Catalog
15+ name : Publish Release
1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout code
Original file line number Diff line number Diff line change 1- name : " Catalog: Update Registry Metadata"
1+ name : Update Server Metadata
22
33on :
44 schedule :
@@ -18,7 +18,7 @@ permissions:
1818
1919jobs :
2020 update-metadata :
21- name : Update Registry Metadata
21+ name : Update Server Metadata
2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout code
Original file line number Diff line number Diff line change 1- name : " Catalog: Update MCP Server Tool Lists"
1+ name : Update Server Tool Lists
22
33on :
44 pull_request :
You can’t perform that action at this time.
0 commit comments