Skip to content

Commit fcf71c2

Browse files
Update contract verification version, reenable check for QUtil
1 parent 622a906 commit fcf71c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/contract-verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
- name: Find all contract files to verify
3636
id: filepaths
3737
run: |
38-
files=$(find src/contracts/ -maxdepth 1 -type f -name "*.h" ! -name "*QUtil*" ! -name "*TestExample*" ! -name "*math_lib*" ! -name "*qpi*" -printf "%p\n" | paste -sd, -)
38+
files=$(find src/contracts/ -maxdepth 1 -type f -name "*.h" ! -name "*TestExample*" ! -name "*math_lib*" ! -name "*qpi*" -printf "%p\n" | paste -sd, -)
3939
echo "contract-filepaths=$files" >> "$GITHUB_OUTPUT"
4040
- name: Contract verify action step
4141
id: verify
42-
uses: Franziska-Mueller/qubic-contract-verify@v1.0.5
42+
uses: Franziska-Mueller/qubic-contract-verify@v1.0.6
4343
with:
4444
filepaths: '${{ steps.filepaths.outputs.contract-filepaths }}'

0 commit comments

Comments
 (0)