Skip to content

Add Lua CI checks - #23

Merged
dbilici merged 1 commit into
mainfrom
agent/add-ci
Jul 20, 2026
Merged

Add Lua CI checks#23
dbilici merged 1 commit into
mainfrom
agent/add-ci

Conversation

@dbilici

@dbilici dbilici commented Jul 20, 2026

Copy link
Copy Markdown
Owner

What changed

  • add a GitHub Actions workflow for pushes to main, pull requests, and manual runs
  • install Lua 5.1 and syntax-check every Lua source file
  • run tests/sorting_spec.lua
  • verify the version in modinfo.lua is represented in README, changelog, and Workshop metadata
  • use read-only repository permissions, concurrency cancellation, and a ten-minute timeout

Why

Pack & Sort currently relies on manual release validation. This adds a fast automated gate for Lua syntax, pure sorting regressions, and release metadata drift while keeping in-game UI, multiplayer, dedicated-server, and Workshop checks manual.

Validation

  • git diff --check
  • workflow YAML parsed locally
  • release metadata check passed for v0.8.7
  • Lua execution is delegated to the first GitHub Actions run because Lua 5.1 is not installed locally

@dbilici
dbilici marked this pull request as ready for review July 20, 2026 12:34
@dbilici
dbilici merged commit 6a8b84f into main Jul 20, 2026
1 check passed
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.

1 participant