diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml new file mode 100644 index 0000000..873c872 --- /dev/null +++ b/.github/workflows/review.yml @@ -0,0 +1,16 @@ +name: Audit live site +on: push + +jobs: + audit: + runs-on: ubuntu-latest + steps: + - name: Audit live URL + uses: jakejarvis/lighthouse-action@master + with: + url: 'https://freakybob.site' + - name: Upload results as an artifact + uses: actions/upload-artifact@master + with: + name: report + path: './report'