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

Nix format check minor fix #330400

Merged
merged 2 commits into from
Jul 27, 2024
Merged

Commits on Jul 27, 2024

  1. workflows/check-nix-format: Fix reporting of renamed files

    When a file was renamed, it would previously report the old path as
    being unformatted. This fixes it to report the new one instead.
    infinisil committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    44f17f8 View commit details
    Browse the repository at this point in the history
  2. workflows/check-nix-format: Allow testing in forks

    It seems like imposed limitation came from ofborg not running in forks,
    which doesn't apply for standard GitHub actions:
    88c60d9
    infinisil committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    a1c3699 View commit details
    Browse the repository at this point in the history