Skip to content

fix(deps): bump github/codeql-action from 2 to 3 #221

fix(deps): bump github/codeql-action from 2 to 3

fix(deps): bump github/codeql-action from 2 to 3 #221

Workflow file for this run

name: 'LightHouse'
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
jobs:
lighthouse:
name: Lighthouse CI
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Install dependencies
run: npm ci --prefer-offline --no-audit
- name: lighthouse mobile audit
run: npm run lighthouse:mobile
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
- name: lighthouse desktop audit
run: npm run lighthouse:desktop
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}