Skip to content

Commit 7544eba

Browse files
committed
Document what this script is about
1 parent f7aabfe commit 7544eba

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/generate_required_checks.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
"""
2+
This script builds a text file with the list of required checks based on
3+
the tox environments. Similarly to the system we are using to build the
4+
github workflows.
5+
The output is in the format than can be cut-and-pasted into the python-contrib
6+
terraform configuration in the admin repository.
7+
"""
8+
19
from pathlib import Path
210

311
from generate_workflows_lib import (

0 commit comments

Comments
 (0)