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

Migrate from Travis CI to GitHub Actions #10

Merged
merged 33 commits into from
Jun 25, 2023

Commits on Jun 24, 2023

  1. Create ci.yaml

    carlthome authored Jun 24, 2023
    Configuration menu
    Copy the full SHA
    2a8a260 View commit details
    Browse the repository at this point in the history
  2. Delete .travis.yml

    carlthome authored Jun 24, 2023
    Configuration menu
    Copy the full SHA
    93d44ab View commit details
    Browse the repository at this point in the history
  3. Remove shields

    carlthome authored Jun 24, 2023
    Configuration menu
    Copy the full SHA
    d58c449 View commit details
    Browse the repository at this point in the history
  4. Use reusable workflow

    carlthome authored Jun 24, 2023
    Configuration menu
    Copy the full SHA
    1f7d61a View commit details
    Browse the repository at this point in the history
  5. Delete setup.py

    carlthome committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    e995a25 View commit details
    Browse the repository at this point in the history
  6. Create pyproject.toml

    carlthome committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    18dd4ae View commit details
    Browse the repository at this point in the history
  7. Remove Python 2 classifiers

    carlthome committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    258818d View commit details
    Browse the repository at this point in the history
  8. prettier

    carlthome committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    2159456 View commit details
    Browse the repository at this point in the history
  9. pyupgrade --py36-plus

    carlthome committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    8744492 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d44eb9d View commit details
    Browse the repository at this point in the history
  11. prettier

    carlthome committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    aebcb6b View commit details
    Browse the repository at this point in the history
  12. Remove six

    carlthome committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    5bbb763 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    db43ed8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5b837bd View commit details
    Browse the repository at this point in the history
  15. black

    carlthome committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    2bf644f View commit details
    Browse the repository at this point in the history
  16. Add direnv

    carlthome committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    aff141b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4cdd441 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    51eb77c View commit details
    Browse the repository at this point in the history
  19. Enable setuptools-scm

    carlthome committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    c2bd55a View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. Configuration menu
    Copy the full SHA
    7ead3ff View commit details
    Browse the repository at this point in the history
  2. Add lint and test steps

    carlthome committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    6e3d33b View commit details
    Browse the repository at this point in the history
  3. Replace pafy with youtube-dl

    Since `pafy` is no longer maintained, replace it with calling
    `youtube-dl` directly.
    carlthome committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    91db52d View commit details
    Browse the repository at this point in the history
  4. Format

    carlthome committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    3a6669b View commit details
    Browse the repository at this point in the history
  5. Add verbose flag

    carlthome committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    aec9095 View commit details
    Browse the repository at this point in the history
  6. Expose __version__

    carlthome committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    0b1a307 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1bdd184 View commit details
    Browse the repository at this point in the history
  8. Replace soundcloud with sclib

    Not working yet but it's a start.
    carlthome committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    1ef890c View commit details
    Browse the repository at this point in the history
  9. Add TODO

    carlthome committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    9d42678 View commit details
    Browse the repository at this point in the history
  10. Add TODO

    carlthome committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    452a2fb View commit details
    Browse the repository at this point in the history
  11. Only test latest push

    carlthome committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    0c5ef90 View commit details
    Browse the repository at this point in the history
  12. Add download limit

    carlthome committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    74b9a0b View commit details
    Browse the repository at this point in the history
  13. Set minimum Python to 3.8

    carlthome committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    95b8165 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b1df8f8 View commit details
    Browse the repository at this point in the history