We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b58845 commit 9d0596aCopy full SHA for 9d0596a
.github/workflows/check_export.yml
@@ -76,6 +76,7 @@ jobs:
76
77
- name: Check for DeprecationWarning in logs
78
run: |
79
+ cd ${{ matrix.example }}
80
ls -la
81
if grep -iq "DeprecationWarning:" export_logs.txt; then
82
echo "Found a Deprecation warning, please fix."
0 commit comments