chore: publish from main

This commit is contained in:
github-actions[bot]
2026-08-04 06:49:56 +00:00
parent 6c3706d709
commit 8ffacac6d5
4 changed files with 958 additions and 54 deletions
@@ -95,8 +95,8 @@ jobs:
- name: Install GitHub Copilot CLI - name: Install GitHub Copilot CLI
run: npm install -g @github/copilot run: npm install -g @github/copilot
- name: Install @microsoft/vally - name: Install node packages
run: npm install @microsoft/vally run: npm ci
- name: Run external plugin PR quality gates - name: Run external plugin PR quality gates
id: quality id: quality
@@ -36,8 +36,8 @@ jobs:
- name: Install GitHub Copilot CLI - name: Install GitHub Copilot CLI
run: npm install -g @github/copilot run: npm install -g @github/copilot
- name: Install @microsoft/vally - name: Install node packages
run: npm install @microsoft/vally run: npm ci
- name: Run external plugin quality gates - name: Run external plugin quality gates
id: quality id: quality
+953 -49
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -39,9 +39,9 @@
"author": "GitHub", "author": "GitHub",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@microsoft/vally": "^0.12.0",
"ajv": "^8.20.0", "ajv": "^8.20.0",
"ajv-formats": "^3.0.1", "ajv-formats": "^3.0.1",
"@microsoft/vally": "^0.6.0",
"all-contributors-cli": "^6.26.1" "all-contributors-cli": "^6.26.1"
}, },
"dependencies": { "dependencies": {