mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-27 07:21:20 +00:00
feat: Initial message and failure
This commit is contained in:
parent
e8c3dc5ec9
commit
2c3d3d0e6f
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:
|
with:
|
||||||
header: unlighthouse
|
header: unlighthouse
|
||||||
message: |
|
message: |
|
||||||
Running Lighthouse audit...
|
⚡️ Lighthouse report
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
- name: Check out
|
- name: Check out
|
||||||
uses: actions/checkout@v3.5.3
|
uses: actions/checkout@v3.5.3
|
||||||
|
@ -129,3 +131,13 @@ jobs:
|
||||||
header: unlighthouse
|
header: unlighthouse
|
||||||
message: |
|
message: |
|
||||||
${{ steps.format_lighthouse_score.outputs.comment }}
|
${{ 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