Project object c14n in separte file
Create separate file for canonicalization of project factory objects and introduce duplicate-diff lint checker.
This commit is contained in:
committed by
Wiktor Niesiobędzki
parent
e4f3f713bb
commit
3e84236345
5
.github/workflows/linting.yml
vendored
5
.github/workflows/linting.yml
vendored
@@ -120,3 +120,8 @@ jobs:
|
||||
diff -rub /tmp/versions.tf /tmp/versions.tofu
|
||||
DIFF_EC=$?
|
||||
[[ "${DIFF_EC}" -eq "0" || -z "${OUTPUT_TF}" || -z "${OUTPUT_TOFU}" ]]
|
||||
|
||||
- name: Check for diverging files
|
||||
id: duplicates
|
||||
run: |
|
||||
python3 tools/duplicate-diff.py
|
||||
|
||||
Reference in New Issue
Block a user