Skip to content

Native terms updated to Native App (#140) #1540

Native terms updated to Native App (#140)

Native terms updated to Native App (#140) #1540

Workflow file for this run

name: Lighthouse CI
on: push
jobs:

Check failure on line 3 in .github/workflows/ci-actions.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-actions.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
lighthouse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.3
- name: Audit URLs using Lighthouse
uses: treosh/lighthouse-ci-action@v10
with:
configPath: './lighthouserc.json'
uploadArtifacts: true # save results as an action artifacts
serverBaseUrl: ${{ secrets.LHCI_SERVER_URL }}
serverToken: ${{ secrets.LHCI_SERVER_TOKEN }}