electron-forge / electron-forge-docs

:electron: Mirror for Electron Forge's GitBook documentation
https://electronforge.io
83 stars 144 forks source link

ci: fix lint workflow #177

Closed dsanders11 closed 3 months ago

dsanders11 commented 3 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.