Skip to content

Merge pull request #10 from zer0kool/crux-five #145

Merge pull request #10 from zer0kool/crux-five

Merge pull request #10 from zer0kool/crux-five #145

Workflow file for this run

name: Lighthouse
on: push
jobs:
lighthouse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Lighthouse on urls and validate with lighthouserc
uses: treosh/lighthouse-ci-action@v9
with:
urls: 'https://crux.wompmobile.com/'
configPath: './lighthouserc.json'