cli/.github/workflows
Snider 10277c6094 fix(docs): respect workspace.yaml packages_dir setting (fixes #46) (#55)
* fix(docs): respect workspace.yaml packages_dir setting (fixes #46)

* fix(workspace): improve config loading logic (CR feedback)

- Expand ~ before resolving relative paths in cmd_registry
- Handle LoadWorkspaceConfig errors properly
- Update Repo.Path when PackagesDir overrides default
- Validate workspace config version
- Add unit tests for workspace config loading

* docs: add comments and increase test coverage (CR feedback)

- Add docstrings to exported functions in pkg/cli
- Add unit tests for Semantic Output (pkg/cli/output.go)
- Add unit tests for CheckBuilder (pkg/cli/check.go)
- Add unit tests for IPC Query/Perform (pkg/framework/core)

* fix(test): fix panics and failures in php package tests

- Fix panic in TestLookupLinuxKit_Bad by mocking paths
- Fix assertion errors in TestGetSSLDir_Bad and TestGetPackageInfo_Bad
- Fix formatting in test files

* fix(test): correct syntax in services_extended_test.go

* fix(ci): point coverage workflow to go.mod instead of go.work

* fix(ci): build CLI before running coverage

* fix(ci): run go generate for updater package in coverage workflow

* fix(github): allow dry-run publish without gh CLI authentication

Moves validation check after dry-run check so tests can verify dry-run behavior in CI environments.
2026-02-01 01:59:27 +00:00
..
agent-verify.yml ci: add agent verification workflow 2026-01-31 22:20:28 +00:00
auto-project.yml ci: use PROJECT_TOKEN for org project access 2026-01-31 22:07:51 +00:00
ci.yml Refactor library improvements (#18) 2025-11-02 16:17:25 +00:00
codeql.yml ci: add CodeQL security scanning 2026-01-31 20:04:18 +00:00
codescan.yml Refactor PGP module with helper functions and error handling title (#8) 2025-10-30 14:18:37 +00:00
coverage.yml fix(docs): respect workspace.yaml packages_dir setting (fixes #46) (#55) 2026-02-01 01:59:27 +00:00
dev-release.yml ci: add dev release workflow with multi-platform builds 2026-01-28 15:46:16 +00:00
release.yml Add GoReleaser configuration and update Go version to 1.25 2025-11-04 12:00:58 +00:00