w3c / webdriver-bidi

Bidirectional WebDriver protocol for browser automation
https://w3c.github.io/webdriver-bidi/
336 stars 35 forks source link

ci: introduce pre-commit integration #604

Closed thiagowfx closed 7 months ago

thiagowfx commented 7 months ago

Follow-up-of: #442

At the very least, this should help eliminate bikeshedding of trailing whitespace and English spelling.

There's no need to install anything locally. This will show up as an optional (non-blocking) check / action in future PRs.

Bug: #186


Preview | Diff

thiagowfx commented 7 months ago

Just to note another follow-up: This is a much simpler version than the previous PR attempt, taking https://github.com/w3c/webdriver-bidi/pull/442#pullrequestreview-1478963783 into account. No linting is being done to the CDDL at this time.

whimboo commented 7 months ago

Thanks. That's great to see in action now!