mirror of
https://github.com/dcarrillo/whatismyip.git
synced 2025-09-20 22:29:09 +00:00
add monitoring action to the workflow
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -11,10 +11,14 @@ on:
|
||||
jobs:
|
||||
tests:
|
||||
runs-on: ubuntu-latest
|
||||
needs: workflow-telemetry-action
|
||||
strategy:
|
||||
matrix:
|
||||
make: ["lint", "test"]
|
||||
steps:
|
||||
- name: Collect Workflow Telemetry
|
||||
uses: catchpoint/workflow-telemetry-action@v2
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: install go
|
||||
|
Reference in New Issue
Block a user