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

Use github actions #134

Merged
merged 5 commits into from
Feb 24, 2024
Merged

Use github actions #134

merged 5 commits into from
Feb 24, 2024

Commits on Feb 23, 2024

  1. Use github actions

    rohanpm committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    ba21b58 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Configuration menu
    Copy the full SHA
    a5a15fc View commit details
    Browse the repository at this point in the history
  2. mypy fixes / drop pylint

    rohanpm committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    e4866f7 View commit details
    Browse the repository at this point in the history
  3. Declare setuptools dep, use python 3.10 for tests

    setuptools is used for pkg_resources. Since it's deprecated,
    this code should be rewritten, but for now at least declare
    the dep so that the current code is usable.
    rohanpm committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    0be73fe View commit details
    Browse the repository at this point in the history
  4. whitelist => allowlist

    rohanpm committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    9967688 View commit details
    Browse the repository at this point in the history