Skip to content

Commit c1a79e7

Browse files
committed
Make formatting of "Check Certificates" workflow Prettier-compliant
It seems that the Prettier formatting style has become more strict regarding blank lines at some time since the release of the outdated Prettier version currently used by Arduino Lint's `config:format` task. This brings it into compliance with the current Prettier YAML style.
1 parent ecd3d43 commit c1a79e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/check-certificates.yml

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
(github.event_name != 'pull_request' && github.repository == 'arduino/arduino-lint') ||
2828
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == 'arduino/arduino-lint')
2929
runs-on: ubuntu-latest
30-
3130
strategy:
3231
fail-fast: false
3332

0 commit comments

Comments
 (0)