Skip to content

chore(deps): update dependency datadog to v0.50.1 #30

chore(deps): update dependency datadog to v0.50.1

chore(deps): update dependency datadog to v0.50.1 #30

Workflow file for this run

name: Python package with Tox
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
tox-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install Tox
run: pip install tox
- name: Run Tox
run: tox
- name: Lint with Tox
run: tox -e lint