From 737959284502887c12a0c4fe0bc3970afc377053 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Bl=C3=A4cker?= Date: Thu, 5 Sep 2024 10:43:41 +0700 Subject: [PATCH] test --- .github/workflows/verifyAudit.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/verifyAudit.yml b/.github/workflows/verifyAudit.yml index 5b6388aa4..707d8e67f 100644 --- a/.github/workflows/verifyAudit.yml +++ b/.github/workflows/verifyAudit.yml @@ -159,6 +159,7 @@ jobs: echo "D" # iterate through all contracts while IFS= read -r FILE; do + echo "now processing file $FILE" # load contract version VERSION=$(sed -nE 's/^\/\/\/ @custom:version ([0-9]+\.[0-9]+\.[0-9]+).*/\1/p' "$FILE") @@ -255,6 +256,8 @@ jobs: # echo "$AUDITOR_GIT_HANDLE" >> "$AUDITOR_GIT_HANDLES_FILE" echo "$AUDITOR_GIT_HANDLE" >> auditor_handles.txt done + + echo "E" done <<< "$PROTECTED_CONTRACTS" echo -e "\033[32mAll audit log entries are complete.\033[0m"