mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
18 lines
290 B
YAML
18 lines
290 B
YAML
---
|
|
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
|