We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aee5970 commit 1f3d54cCopy full SHA for 1f3d54c
.github/workflows/lint_0.yml
@@ -183,6 +183,25 @@ jobs:
183
- name: Run tests
184
run: tox -e lint-opentelemetry-opentracing-shim
185
186
+ lint-opentelemetry-opentracing-example:
187
+ name: opentelemetry-opentracing-example
188
+ runs-on: ubuntu-latest
189
+ timeout-minutes: 30
190
+ steps:
191
+ - name: Checkout repo @ SHA - ${{ github.sha }}
192
+ uses: actions/checkout@v4
193
+
194
+ - name: Set up Python 3.14
195
+ uses: actions/setup-python@v5
196
+ with:
197
+ python-version: "3.14"
198
199
+ - name: Install tox
200
+ run: pip install tox-uv
201
202
+ - name: Run tests
203
+ run: tox -e lint-opentelemetry-opentracing-example
204
205
lint-opentelemetry-opencensus-shim:
206
name: opentelemetry-opencensus-shim
207
runs-on: ubuntu-latest
0 commit comments