mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
21 lines
534 B
YAML
21 lines
534 B
YAML
name: 'Lighthouse Audit (main)'
|
|
on:
|
|
workflow_dispatch:
|
|
jobs:
|
|
lighthouse_audit_main:
|
|
name: 'Lighthouse Audit (main)'
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout repository
|
|
uses: actions/checkout@v3
|
|
|
|
- name: Audit production URLs with Lighthouse
|
|
id: lighthouse_audit
|
|
uses: treosh/lighthouse-ci-action@v9
|
|
with:
|
|
urls: |
|
|
https://discordjs.dev
|
|
https://guide.discordjs.dev
|
|
uploadArtifacts: true
|
|
temporaryPublicStorage: true
|