Skip to content

Migrate from npm scripts to mise for task management and add CI workflow#42

Merged
DamianReeves merged 2 commits intomainfrom
copilot/recreate-pr-41-changes
Jan 9, 2026
Merged

Migrate from npm scripts to mise for task management and add CI workflow#42
DamianReeves merged 2 commits intomainfrom
copilot/recreate-pr-41-changes

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 9, 2026

Recreates changes from PR #41 to resolve CLA issues.

Changes

  • CI Automation: Added GitHub Actions workflow using mise-action@v3 for automated testing on push/PR
  • Task Management: Migrated from npm scripts to .mise.toml with tool version pinning (node 24, elm 0.19.1, python 3.14)
  • Dependencies: Added elm-format@^0.8.8 and elm-test-rs@^3.0.1-0 to devDependencies
  • Renovate: Configured grouping rules for non-major npm and elm dependency updates

Migration

Tasks previously in package.json scripts are now defined in .mise.toml:

[tasks.test]
description = "Run tests with lobo"
run = "npx lobo --framework=elm-test"

Run via: mise run test (locally) or automated via CI workflow.

Original prompt

This pr ( #41) is having cla issues please recreate all the changes in this pr for me in a new branch so that I have a valid pr against main. please do not list copilot as a co author as that causes CLA issues


💡 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.

Co-authored-by: DamianReeves <957246+DamianReeves@users.noreply.github.com>
Copilot AI changed the title [WIP] Recreate changes from PR #41 for valid submission Migrate from npm scripts to mise for task management and add CI workflow Jan 9, 2026
Copilot AI requested a review from DamianReeves January 9, 2026 18:23
@DamianReeves DamianReeves marked this pull request as ready for review January 9, 2026 19:45
@DamianReeves DamianReeves requested a review from a team as a code owner January 9, 2026 19:45
@DamianReeves DamianReeves merged commit 260a5ff into main Jan 9, 2026
1 of 2 checks passed
@DamianReeves DamianReeves deleted the copilot/recreate-pr-41-changes branch January 9, 2026 19:46
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