Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add minimal CI validating that this repo stays Python 3.8 compatible #5

Merged
merged 4 commits into from
Jan 26, 2024

Commits on Jan 25, 2024

  1. ci: minimalist initial CI workflow

    Since we say this is 3.8 compatible but everyvoice needs 3.10,
    let us have CI making sure mypy from Python 3.8 can still parse the code.
    
    Also, ctc-segmenter should accept -h as synonym for --help.
    joanise committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    c51e265 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa2c2b7 View commit details
    Browse the repository at this point in the history
  3. style: configure gitlint

    joanise committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    5b72112 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33c0b0e View commit details
    Browse the repository at this point in the history