We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92f3d35 commit 6523761Copy full SHA for 6523761
.github/workflows/lint_0.yml
@@ -47,8 +47,8 @@ jobs:
47
- name: Run tests
48
run: tox -e lint-opentelemetry-api
49
50
- lint-opentelemetry-proto-protobuf5:
51
- name: opentelemetry-proto-protobuf5
+ lint-opentelemetry-proto-oldest:
+ name: opentelemetry-proto-oldest
52
runs-on: ubuntu-latest
53
timeout-minutes: 30
54
steps:
@@ -64,7 +64,7 @@ jobs:
64
run: pip install tox
65
66
67
- run: tox -e lint-opentelemetry-proto-protobuf5
+ run: tox -e lint-opentelemetry-proto-oldest
68
69
lint-opentelemetry-sdk:
70
name: opentelemetry-sdk
0 commit comments