aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
blob: 3cef2936d78312cb8b9e55c047251ea6db7358b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: Lighthouse CI
on: push
jobs:
  lighthouse:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Audit URLs using Lighthouse
        uses: treosh/lighthouse-ci-action@v9
        with:
          urls: |
            https://alee14.me
          uploadArtifacts: true # save results as an action artifacts
          temporaryPublicStorage: true # upload lighthouse report to the temporary storage