Skip to content

Incomplete signal patch treatment #18

Incomplete signal patch treatment

Incomplete signal patch treatment #18

Workflow file for this run

name: Lint
on:
push:
branches:
- release/*
# Each pull request should be validated before merging with main or dev
pull_request:
branches:
- main
- dev
# Enables manual action execution.
workflow_dispatch:
jobs:
lint:
name: runner / black
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
id: action_black
with:
options: "-l 100"
src: "./src"