-
Notifications
You must be signed in to change notification settings - Fork 14
48 lines (39 loc) · 1.1 KB
/
black.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
name: Black formatter
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Rabbit Consumer
uses: psf/black@stable
with:
src: "OpenStack-Rabbit-Consumer"
- name: Prometheus IP Script
uses: psf/black@stable
with:
src: "prometheus_ip_script"
- name: IRISCAST Energy Monitoring
uses: psf/black@stable
with:
src: "iriscasttools/iriscasttools"
- name: Aquilon Zombie Finder
uses: psf/black@stable
with:
src: "aq_zombie_finder"
- name: DNS Entry Checker
uses: psf/black@stable
with:
src: "dns_entry_checker"
- name: Word Cloud Generator
uses: psf/black@stable
with:
src: "word_cloud_generator"
- name: JSM Metric Collection
uses: psf/black@stable
with:
src: "jsm_metric_collection"
- name: Openstack-Rally-Tester
uses: psf/black@stable
with:
src: "OpenStack-Rally-Tester"