mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-27 15:31:21 +00:00
feat: Initial message and failure
This commit is contained in:
parent
c34d9ab48c
commit
eefdafe3f8
1 changed files with 13 additions and 1 deletions
14
.github/workflows/lighthouse-report.yaml
vendored
14
.github/workflows/lighthouse-report.yaml
vendored
|
@ -27,7 +27,9 @@ jobs:
|
|||
with:
|
||||
header: unlighthouse
|
||||
message: |
|
||||
Running Lighthouse audit...
|
||||
⚡️ Lighthouse report
|
||||
|
||||

|
||||
|
||||
- name: Check out
|
||||
uses: actions/checkout@v3.5.3
|
||||
|
@ -129,3 +131,13 @@ jobs:
|
|||
header: unlighthouse
|
||||
message: |
|
||||
${{ steps.format_lighthouse_score.outputs.comment }}
|
||||
|
||||
- name: Sticky Comment on Pull Request with failure
|
||||
uses: marocchino/sticky-pull-request-comment@v2.6.2
|
||||
if: ${{ failure() }}
|
||||
with:
|
||||
header: unlighthouse
|
||||
message: |
|
||||
⚡️ Lighthouse report failed
|
||||
|
||||
See deployment for any errors
|
||||
|
|
Loading…
Reference in a new issue