Releases: JakePartusch/psi-action
Releases · JakePartusch/psi-action
v1.3
What's Changed
- build(deps): bump hosted-git-info from 2.8.8 to 2.8.9 by @dependabot in #7
- build(deps): bump trim-newlines from 3.0.0 to 3.0.1 by @dependabot in #8
- build(deps): bump normalize-url from 4.5.0 to 4.5.1 by @dependabot in #9
- build(deps): bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #10
- build(deps): bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #12
- build(deps): bump @actions/core from 1.2.6 to 1.9.1 by @dependabot in #15
- build(deps): bump qs from 6.9.4 to 6.11.0 by @dependabot in #17
- build(deps): bump ansi-regex from 4.1.0 to 4.1.1 by @dependabot in #18
- build(deps): bump minimist from 1.2.5 to 1.2.7 by @dependabot in #19
- feat: updating dependencies by @JakePartusch in #20
New Contributors
- @dependabot made their first contribution in #7
Full Changelog: v1.2...v1.3
v1.2
Features:
- Added
key
param to pass through an API key to Page Speed Insights, thanks @SimonJang!
v1.1
Updating PSI to the latest version
Initial Release 🎉
Page Speed Insights — A GitHub Action 🏎
This action utilizes Google's Page Speed Insights to generate a report on your website's performance
Inputs
url
Required The name of the site to reach https://google.com
strategy
Optional — Strategy to use when analyzing the page (mobile/desktop).
url
Optional — Score to pass the PageSpeed test. Useful for setting a performance budget (default 70).
Example usage
Basic Usage
steps:
- name: Running Page Speed Insights
uses: jakepartusch/psi-action@v1
id: psi
with:
url: "https://jake.partus.ch"
threshold: 70
strategy: mobile