mirror of
https://github.com/dcarrillo/whatismyip.git
synced 2025-09-21 01:59: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:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
needs: workflow-telemetry-action
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
make: ["lint", "test"]
|
make: ["lint", "test"]
|
||||||
steps:
|
steps:
|
||||||
|
- name: Collect Workflow Telemetry
|
||||||
|
uses: catchpoint/workflow-telemetry-action@v2
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: install go
|
- name: install go
|
||||||
|
Reference in New Issue
Block a user