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

Github actions migration #187

Closed
wants to merge 13 commits into from
Closed

Commits on Jan 24, 2022

  1. feat: pre-commit suggestion

    In order to keep this as a working project, we can recommend the usage of a pre-commit pipeline in order to just commit code which could be whithin our expectations of "code quality".
    Erick G. Islas-Osuna committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    bc5bdb4 View commit details
    Browse the repository at this point in the history
  2. feat: lint and test jobs

    Erick G. Islas-Osuna committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    5a4e546 View commit details
    Browse the repository at this point in the history
  3. feat: dependabot to keep everything updated

    Erick G. Islas-Osuna committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    f7b48dc View commit details
    Browse the repository at this point in the history
  4. fix: python location

    Erick G. Islas-Osuna committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    ab5b6d6 View commit details
    Browse the repository at this point in the history
  5. feat: type and pip checking

    Erick G. Islas-Osuna committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    51a5dfd View commit details
    Browse the repository at this point in the history
  6. fix: code quality runs on every branch except main

    Erick G. Islas-Osuna committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    886315a View commit details
    Browse the repository at this point in the history
  7. wip: build and release workflows

    Erick G. Islas-Osuna committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    c710153 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. feat: add build docs to code-quality workflow

    Also, add the usage of secrets as environment vars for tags.
    Erick G. Islas-Osuna committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    846781c View commit details
    Browse the repository at this point in the history
  2. fix: typo

    Erick G. Islas-Osuna committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    d78042c View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. fix: build docs

    Erick G. Islas-Osuna committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    cbb1af4 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Merge branch 'master' into github-actions

    Erick G. Islas-Osuna committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    8b8f709 View commit details
    Browse the repository at this point in the history
  2. fix: pre-commit config

    Erick G. Islas-Osuna committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    3854b75 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. add tests for python3.9

    Erick G. Islas-Osuna committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    20df957 View commit details
    Browse the repository at this point in the history