mirror of
https://github.com/corn-config/corn.git
synced 2026-07-11 05:16:10 +01:00
[PR #38] [MERGED] Modernize codebase #39
Labels
No labels
bug
bug
documentation
enhancement
enhancement
pull-request
tooling
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
corn-config/corn#39
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/corn-config/corn/pull/38
Author: @puppymati
Created: 3/4/2025
Status: ✅ Merged
Merged: 3/5/2025
Merged by: @JakeStanger
Base:
master← Head:new-actions📝 Commits (2)
f71fe09Modernize ci workflowscea8f00Update dependencies and fix things📊 Changes
12 files changed (+402 additions, -1285 deletions)
View changed files
📝
.github/workflows/build.yml(+31 -68)📝
.github/workflows/release.yml(+11 -15)📝
Cargo.lock(+326 -420)📝
Cargo.toml(+1 -4)➖
corn-cli/Cargo.lock(+0 -213)📝
corn-cli/Cargo.toml(+6 -6)➖
libcorn/Cargo.lock(+0 -540)📝
libcorn/Cargo.toml(+22 -13)📝
libcorn/src/de.rs(+1 -1)📝
libcorn/src/lib.rs(+1 -1)📝
libcorn/src/lua.rs(+2 -2)📝
libcorn/src/parser.rs(+1 -2)📄 Description
This PR modernizes the codebase with several key improvements:
Note: While the main CI workflow changes are reliable, the release workflow has been updated but not fully tested. I considered removing these somewhat unreliable release workflows entirely but opted to update them for now.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.