add monitoring action to the workflow

This commit is contained in:
Daniel Carrillo 2024-04-19 13:56:00 +02:00
parent c8d6da5ebd
commit b59f99fee4
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
1 changed files with 7 additions and 0 deletions

View File

@ -9,8 +9,15 @@ on:
pull_request:
jobs:
workflow-telemetry-action:
runs-on: ubuntu-latest
steps:
- name: Collect Workflow Telemetry
uses: catchpoint/workflow-telemetry-action@v2
tests:
runs-on: ubuntu-latest
needs: workflow-telemetry-action
strategy:
matrix:
make: ["lint", "test"]