Skip to content

Set up CI for tests, linting, and type checks (Python + TypeScript)#8

Open
SuperAce100 wants to merge 6 commits into
mainfrom
codex/ci-tests-lint-typecheck
Open

Set up CI for tests, linting, and type checks (Python + TypeScript)#8
SuperAce100 wants to merge 6 commits into
mainfrom
codex/ci-tests-lint-typecheck

Conversation

@SuperAce100

@SuperAce100 SuperAce100 commented Feb 9, 2026

Copy link
Copy Markdown
Owner

Summary

  • add GitHub Actions workflow to run Python and TypeScript test suites on push/PR
  • add Python lint (ruff) and type-check (ty) CI jobs
  • add TypeScript lint (eslint) and type-check (tsc --noEmit) CI jobs
  • add ESLint configuration for icrl-ts
  • add ty configuration and dev dependency in pyproject.toml
  • fix a small set of Python lint issues in src/ so quality checks run cleanly

Validation

  • uv run ruff check src
  • uv run ty check src --output-format concise (warnings only)
  • cd icrl-ts && bun run lint && bun run typecheck
  • ruby -e "require 'yaml'; YAML.load_file('.github/workflows/ci-tests.yml'); puts 'YAML OK'"

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