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

CI: Check for uncommitted table alteration #27

Merged
merged 8 commits into from
Apr 30, 2024

Commits on Apr 19, 2024

  1. CI: Check for uncommitted table alteration

    Before, the checks would always indicate a failure, although
    the scenarios are not intended to succeed. Now, they will only
    fail on an unchanged `table.md` despite a different outcome in
    the scenario run.
    
    Co-authored-by: Anderson Bravalheri <320755+abravalheri@users.noreply.github.com>
    chrysle and abravalheri committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    88ca876 View commit details
    Browse the repository at this point in the history
  2. CI: Check for uncommitted table alteration

    Before, the checks would always indicate a failure, although
    the scenarios are not intended to succeed. Now, they will only
    fail on an unchanged `table.md` despite a different outcome in
    the scenario run.
    
    Co-authored-by: Anderson Bravalheri <320755+abravalheri@users.noreply.github.com>
    chrysle and abravalheri committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    33bfbdf View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Configuration menu
    Copy the full SHA
    0a865db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49ebd06 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Merge remote-tracking branch 'origin/ci-check-table-alteration' into …

    …ci-check-table-alteration
    chrysle committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    7cfc000 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <578543+webknjaz@users.noreply.github.com>
    chrysle and webknjaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    5095dcd View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    eef52af View commit details
    Browse the repository at this point in the history
  2. Remove superfluous git diff invocation

    And use better syntax to append to `GITHUB_OUTPUT`.
    
    Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
    chrysle and webknjaz committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    cfda9c9 View commit details
    Browse the repository at this point in the history