Merge branch 'main' into juxtin/file-centric-manifests

This commit is contained in:
Kevin Dangoor
2025-05-21 12:37:29 -04:00
4 changed files with 686 additions and 696 deletions
@@ -1,5 +1,8 @@
name: Publish Executables name: Publish Executables
permissions:
contents: read
on: on:
workflow_dispatch: workflow_dispatch:
push: push:
+3
View File
@@ -1,5 +1,8 @@
name: Test Local Action name: Test Local Action
permissions:
contents: read
on: on:
workflow_dispatch: workflow_dispatch:
inputs: inputs:
+679 -695
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -34,7 +34,7 @@
"@yao-pkg/pkg": "^5.11.5", "@yao-pkg/pkg": "^5.11.5",
"ts-node": "^10.9.2", "ts-node": "^10.9.2",
"typescript": "^5.3.3", "typescript": "^5.3.3",
"vitest": "^1.6.1" "vitest": "^3.1.3"
}, },
"bin": { "bin": {
"cli": "lib/src/executable/cli.js" "cli": "lib/src/executable/cli.js"