Skip to content

Fix logging typo

Fix logging typo #8

Workflow file for this run

name: lint
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v3
with:
python-version: "3.8"
- name: Setup lint
run: make setup_lint
- name: Run lint
run: make lint