Skip to content

Reword Runtime release notes about logging provider #8

Reword Runtime release notes about logging provider

Reword Runtime release notes about logging provider #8

Workflow file for this run

name: Lint
on:
push:
paths:
- '**.py'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --diff"
src: "./code-samples/dags"