Skip to content

Conversation

@Joshua-Ward1
Copy link
Owner

Summary

  • Update CI to run on push and pull_request targeting main

  • Expand test matrix to Ubuntu, macOS, Windows × Python 3.11 / 3.12

  • Disable fail-fast to surface all matrix results

  • Enable pip caching and standardize installs using python -m pip

  • Add CI steps for:

    • Ruff formatting check
    • Ruff linting
    • CLI smoke commands
    • pytest -q
  • Ignore generated sysforge-report.json artifacts

  • Update README to reflect CI-aligned local workflows

Verification

The following commands mirror CI behavior:

python -m ruff format --check .
python -m ruff check .
python -m pytest -q
sysforge --version

@Joshua-Ward1 Joshua-Ward1 self-assigned this Dec 14, 2025
@Joshua-Ward1 Joshua-Ward1 added the enhancement New feature or request label Dec 14, 2025
@Joshua-Ward1 Joshua-Ward1 marked this pull request as draft December 14, 2025 04:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants