Skip to content

logging: use rich library for colour output in TTY mode #217

logging: use rich library for colour output in TTY mode

logging: use rich library for colour output in TTY mode #217

Workflow file for this run

name: Ruff
on:
push:
branches:
- master
- dev
pull_request:
branches:
- master
- dev
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
with:
src: "./nimp"