foo-software / lighthouse-check-action

GitHub Action for running @GoogleChromeLabs Lighthouse audits with all the bells and whistles 🔔 Multiple audits, Slack notifications, and more!
https://github.com/marketplace/actions/lighthouse-check
MIT License
484 stars 24 forks source link

Add support for extraHeaders #11

Closed bjszd closed 4 years ago

bjszd commented 4 years ago

Intended to fix #10. Also needs https://github.com/foo-software/lighthouse-check/pull/16 to work.

I haven't verified that it works yet.

adamhenson commented 4 years ago

Looks good! Thanks @bjszd. It's unclear, whether Lighthouse is expecting this as a string or object. I'm seeing both in tests. I'm going to merge this into a new branch where I can test.