Skip to content

Add README, update version getting #2

Add README, update version getting

Add README, update version getting #2

Workflow file for this run

name: Test python-json-logger
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
tox:
name: "Python Tox ${{ matrix.os }}"
runs-on: "${{ matrix.os }}"
strategy:
fail-fast: false # allow tests to run on all platforms
matrix:
os:
- ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
- name: Run Tox
run: tox