Skip to content

Tracking dependencies (API calls) and logging them to application insights #483

Tracking dependencies (API calls) and logging them to application insights

Tracking dependencies (API calls) and logging them to application insights #483

name: Sample validation
on:
pull_request_target:
branches:
- "main"
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Validate
uses: pnp/pnp-sample-validation@main
with:
gh-token: ${{ secrets.GITHUB_TOKEN }}