automated changes for black formatting (#611)

This commit is contained in:
Bikouo Aubin
2023-04-11 14:30:36 +02:00
committed by GitHub
parent ed09047699
commit 560e0e3d40
2 changed files with 23 additions and 6 deletions

17
.github/workflows/black.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
---
name: black
concurrency:
group: '${{ github.workflow }} @ ${{ github.sha }}'
cancel-in-progress: true
on:
push:
branches:
- main
- 'stable-*'
pull_request_target:
jobs:
format:
uses: abikouo/github_actions/.github/workflows/black.yml@automate_changes_a