Skip to content

Create TimestampReader Class #215

Create TimestampReader Class

Create TimestampReader Class #215

Workflow file for this run

name: Black Linting
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose --diff --exclude params.py"