17 lines
326 B
YAML
17 lines
326 B
YAML
name: Page Speed Insights
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-22.04
|
|
steps:
|
|
- name: Running Page Speed Insights
|
|
uses: https://github.com/JakePartusch/psi-action@v1.3
|
|
id: drafting
|
|
with:
|
|
url: "https://midtowndrafting.com"
|
|
threshold: 70
|