- From: Bradley Needham <notifications@github.com>
- Date: Tue, 09 Apr 2024 15:56:54 -0700
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 9 April 2024 22:56:58 UTC
I believe the failure of the `tidy` action is an indentation error on line 19. The `with` needs to be even with the start of `uses`. Current is: ``` line 18: - uses: line 19: with: ``` Should be: ``` line 18: - uses: line 19: with: ``` -- Reply to this email directly or view it on GitHub: https://github.com/w3c/gamepad/pull/198#issuecomment-2046169046 You are receiving this because you are subscribed to this thread. Message ID: <w3c/gamepad/pull/198/c2046169046@github.com>
Received on Tuesday, 9 April 2024 22:56:58 UTC