electron-forge / electron-forge-docs

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

build: auto-fix lint issues #151

Closed dsanders11 closed 9 months ago

dsanders11 commented 10 months ago

A lot of edits come in via GitBook which means they won't get linted until they're already committed. Since many will just be minor things, try an auto-fix on new commits and commit back the result so a human doesn't need to handle the trivial stuff. This won't handle the things which can't be auto-fixed, like broken links.

This PR also updates the lint workflow and adds v7 as a branch to look at since that's coming.