Skip to content

dbSta: save the original name of a module in "original_name" string prop #8095

dbSta: save the original name of a module in "original_name" string prop

dbSta: save the original name of a module in "original_name" string prop #8095

Workflow file for this run

name: Lint Python
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
Black:
runs-on: ${{ vars.USE_SELF_HOSTED == 'true' && 'self-hosted' || 'ubuntu-latest' }}
steps:
- name: Checkout Code
uses: actions/checkout@v5
- name: Run black
uses: psf/black@stable