electron / governance

Public repository for governance issues and documents
141 stars 146 forks source link

ci: fix lint workflow #573

Closed dsanders11 closed 5 months ago

dsanders11 commented 5 months ago

Fixing the breaking change from @electron/lint-roller v2, since this workflow wasn't pinning to a particular version.

Also fixes usage of the boolean input for fetch external links, it was previously always running since github.event.inputs.fetch-external-links converts the boolean to a string, but inputs.fetch-external-links does not.