mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
automated changes for black formatting (#611)
This commit is contained in:
17
.github/workflows/black.yml
vendored
Normal file
17
.github/workflows/black.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user