wlmac/metropolis

GitHub Actions format check does not work properly

Closed this issue · 1 comments

In commit 75d5357, I removed a space which is necessary for proper formatting, and the code still "passes" the lint test.
checks_pass

If you click on "Details" in the menu shown in the image and expand the "Format Check" section, you can see this:
1_file_reformatted

As you can see, it says "1 file reformatted," so it detects that there's a formatting issue, but this doesn't show up as a failed GitHub Actions check.

Fixed in b637d65