Skip to content

Commit

Permalink
Measure+report pagespeed on change
Browse files Browse the repository at this point in the history
  • Loading branch information
mattorb committed Jan 16, 2020
1 parent 305879e commit 47f7845
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/pagespeedinsights.yml
@@ -0,0 +1,20 @@
name: Check Site Performance

on:
push:
branches:
- master
schedule:
- cron: '0 13 * * 6'
repository_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Running Page Speed Insights
uses: mattorb/psi-action@v1
id: psi
with:
url: "https://mattorb.com"
threshold: 70
strategy: mobile

0 comments on commit 47f7845

Please sign in to comment.