refactor: formatting

This commit is contained in:
Bart van der Braak 2024-02-19 11:11:31 +01:00
parent 2b46265564
commit 0e83c8b051
5 changed files with 35 additions and 26 deletions

View file

@ -75,7 +75,7 @@ jobs:
- name: Install Dependencies
run: pnpm install -g @unlighthouse/cli puppeteer
- name: Run Unlighthouse
run: |
export SCAN_URL=${{ github.ref == 'refs/heads/main' && env.WEBSITE_URL || steps.vercel_preview_url.outputs.preview_url }}