We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7aabfe commit 7544ebaCopy full SHA for 7544eba
1 file changed
.github/workflows/generate_required_checks.py
@@ -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
+
9
from pathlib import Path
10
11
from generate_workflows_lib import (
0 commit comments