Skip to content

Switching facility-layer logging prints from DEBUG to INFO #8

Switching facility-layer logging prints from DEBUG to INFO

Switching facility-layer logging prints from DEBUG to INFO #8

Workflow file for this run

name: Pyright
on:
push:
branches:
- master
- "**"
jobs:
pyright:
name: Run Pyright
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.13"
- name: Install dependencies
run: pip install -r requirements.txt
- name: Install Pyright
run: pip install pyright
- name: Run Pyright
run: pyright