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 version to github action (and rewrite the whole thing while at it) #1940

Commits on Apr 6, 2021

  1. Copy the full SHA
    55a46b8 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2021

  1. Merge remote-tracking branch 'upstream/main' into feature/allow-overr…

    …iding-black-version-in-github-action
    ichard26 committed May 23, 2021
    Copy the full SHA
    7163e56 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2021

  1. Add version support for the Black action pt.2

    Since we're moving to a composite based action, quite a few changes
    were made. 1) Support was added for all OSes (Windows was painful).
    2) Isolation from the rest of the workflow had to be done manually
    with a virtual environment.
    
    Other noteworthy changes:
    
    - Rewrote basically all of the logic and put it in a Python script
      for easy testing (not doing it here tho cause I'm lazy and I can't
      think of a reasonable way of testing it).
    - Renamed `black_version` to `version` to better fit the existing
      input naming scheme.
    - Added support for log groups, this makes our action's output a
      bit more fancy (I may or may have not added some debug output too).
    ichard26 committed May 29, 2021
    Copy the full SHA
    fb23ede View commit details
    Browse the repository at this point in the history
  2. Add more to and sorta rewrite the Action's docs

    Reflect compatability and gotchas.
    ichard26 committed May 29, 2021
    Copy the full SHA
    fb53157 View commit details
    Browse the repository at this point in the history
  3. Add CHANGELOG entry

    ichard26 committed May 29, 2021
    Copy the full SHA
    4881c7b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c691cc2 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. Copy the full SHA
    2e40c83 View commit details
    Browse the repository at this point in the history