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 improvements for write-rustdoc-hide-lines (v2) #1101

Merged
merged 8 commits into from Mar 16, 2024

Commits on Mar 12, 2024

  1. chore!: remove usage comment in code

    This is described in `README.md`. In order to reduce duplicate documentation, I decided to remove it here.
    BD103 committed Mar 12, 2024
    Copy the full SHA
    c72c8b6 View commit details
    Browse the repository at this point in the history
  2. TEMP: try breaking ci

    BD103 committed Mar 12, 2024
    Copy the full SHA
    73e24af View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a1f9bf8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    54017f2 View commit details
    Browse the repository at this point in the history
  5. fix: typo

    BD103 committed Mar 12, 2024
    Copy the full SHA
    aaad9b5 View commit details
    Browse the repository at this point in the history
  6. fix: use stdout instead of stderr

    "The following files are not formatted:" was being grouped when it should not have been. I theorize that because stdout and stderr are two different streams, Github Actions thinks that "::endgroup::" happens after the error message.
    BD103 committed Mar 12, 2024
    Copy the full SHA
    b4d3bc1 View commit details
    Browse the repository at this point in the history
  7. Revert "TEMP: try breaking ci"

    This reverts commit 73e24af.
    BD103 committed Mar 12, 2024
    Copy the full SHA
    ab12bf2 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

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