You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "::error::Dependency license metadata out of sync. See: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/check-go-dependencies-task.md#metadata-cache"
104
-
exit 1
105
-
fi
97
+
#- name: Check for outdated cache
98
+
# id: diff
99
+
# run: |
100
+
# git add .
101
+
# if ! git diff --cached --color --exit-code; then
102
+
# echo
103
+
# echo "::error::Dependency license metadata out of sync. See: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/check-go-dependencies-task.md#metadata-cache"
104
+
# exit 1
105
+
# fi
106
106
107
107
# Some might find it convenient to have CI generate the cache rather than setting up for it locally
0 commit comments