Skip to content

[IDISPLAY] Implementing the dark mode #1403

[IDISPLAY] Implementing the dark mode

[IDISPLAY] Implementing the dark mode #1403

Workflow file for this run

name: Black
on:
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --diff --verbose"
src: "./verticapy"
version: "~=23.0"