chore(deps): bump @opentelemetry/instrumentation-xml-http-request from 0.52.1 to 0.202.0 #3434
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Continuous Integration | |
on: | |
pull_request: | |
types: [opened, synchronize] | |
push: | |
branches: [main] | |
tags: [v*] | |
permissions: read-all | |
jobs: | |
build: | |
name: Build | |
runs-on: ubuntu-latest | |
permissions: read-all | |
steps: | |
- name: Checkout | |
uses: actions/[email protected] | |
- name: Setup | |
uses: ./.github/actions/setup | |
- run: pnpm run version:check | |
- name: Size check | |
run: npm run size-limit | |
- name: Lint code | |
run: pnpm run lint | |
- name: Lint docs | |
run: pnpm run lint:markdown | |
tests: | |
name: Tests | |
uses: ./.github/workflows/tests.yml | |
secrets: inherit |