Skip to content

Releases: JakePartusch/psi-action

v1.3

29 Dec 17:51
87122f6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2...v1.3

v1.2

12 Apr 01:46
f5a4bba
Compare
Choose a tag to compare

Features:

  • Added key param to pass through an API key to Page Speed Insights, thanks @SimonJang!

v1.1

08 Jan 02:58
32350dc
Compare
Choose a tag to compare

Updating PSI to the latest version

Initial Release 🎉

07 Jan 15:53
f3dc4e8
Compare
Choose a tag to compare

Page Speed Insights — A GitHub Action 🏎

This action utilizes Google's Page Speed Insights to generate a report on your website's performance

Example command line output

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