This repository was archived by the owner on May 20, 2026. It is now read-only.
refactor: migrate to GitHub actions#197
Open
alex-gilin wants to merge 4 commits into
Open
Conversation
- Add CI workflow: matrix build/test on Node 22.x and 24.x, REUSE compliance, commitlint, Coveralls upload, and a dedicated lint job - Add release workflow: builds .vsix, publishes GitHub Release and npm package via Trusted Publisher (OIDC, no stored token) - Remove .circleci/config.yml and backend/.nycrc.json - Migrate coverage tooling from nyc to c8 (.c8rc.json, .mocharc.yml) - Update test script to use c8 mocha with correct include/exclude paths - Update webpack configs for copy-webpack-plugin v12 API - Update frontend to Jest 29 / Vue 3 (jest.config.js extracted) - Remove prepublishOnly hook from guided-development-types; types are copied explicitly in the release workflow instead - Add .nvmrc (Node 22) and .github/dependabot.yml (weekly actions updates)
- Replace CircleCI badge with GitHub Actions CI badge; remove dead LGTM badge and deprecated api.dependabot.com badge - Fix Node.js requirement (10 → 22) and VSCode requirement (1.39.2 → 1.46.0) - Expand Description to list all three core packages including guided-development-types with npm link - Add Sample Contributors section documenting all six example extensions with a table ordered from simplest to most complex - Add Release Process section to CONTRIBUTING.md: how to trigger a release, where to monitor it, and one-time npm Trusted Publisher setup
- Replace '*' activationEvents with 'onStartupFinished' — '*' triggers an interactive prompt in vsce that defaults to N in CI, and is bad for extension startup performance - Copy repo-level LICENSE into backend/ before packaging — vsce requires a LICENSE file in the extension root and prompts interactively when missing, which also defaults to N in CI
- Add backend/LICENSE (copy of root LICENSE) so vsce finds it on all platforms without needing cp steps in workflows or scripts - Add !LICENSE to backend/.vscodeignore so the file is included in the VSIX package - Replace '*' activationEvents with 'onStartupFinished' to avoid the interactive vsce prompt and improve extension startup performance - Remove cp LICENSE workaround from ci.yml and release.yml - Revert accidental version bump 0.2.9 -> 0.2.8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.