Skip to content

Commit 1f3d54c

Browse files
committed
chore: regenerate workflows for opentracing example lint env
1 parent aee5970 commit 1f3d54c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/lint_0.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,25 @@ jobs:
183183
- name: Run tests
184184
run: tox -e lint-opentelemetry-opentracing-shim
185185

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+
186205
lint-opentelemetry-opencensus-shim:
187206
name: opentelemetry-opencensus-shim
188207
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)