Skip to content

fix: correct GitHub Actions versions, remove stale Bun pin, include scripts in tsconfig#12

Draft
Copilot wants to merge 2 commits into03-10-chore_update_dependencies_and_migrate_to_oxlint_config_with_zed_editor_settingsfrom
copilot/sub-pr-11
Draft

fix: correct GitHub Actions versions, remove stale Bun pin, include scripts in tsconfig#12
Copilot wants to merge 2 commits into03-10-chore_update_dependencies_and_migrate_to_oxlint_config_with_zed_editor_settingsfrom
copilot/sub-pr-11

Conversation

Copy link

Copilot AI commented Mar 11, 2026

Three issues found during review of the tooling migration PR.

GitHub Actions version fixes

actions/checkout@v6 and actions/setup-node@v6 referenced in release.yml, opencode.yml, and adamantite.yml — neither v6 exists. Updated all to @v4.

Bun version consistency

build.yml, test.yml, and release.yml still pinned bun-version: 1.3.6 while package.json declares packageManager: bun@1.3.10 and adamantite.yml had already dropped the pin. Removed the explicit override from all three so oven-sh/setup-bun resolves the version from packageManager automatically.

Type-checking coverage for scripts

tsconfig.json only included src/**/*.ts and *.config.ts, leaving scripts/init.ts outside the project and untype-checked. Added scripts/**/*.ts to include.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

…ripts to tsconfig

Co-authored-by: adelrodriguez <4149180+adelrodriguez@users.noreply.github.com>
Copilot AI changed the title [WIP] Migrate oxlint config to TypeScript and update tooling fix: correct GitHub Actions versions, remove stale Bun pin, include scripts in tsconfig Mar 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants