Skip to content

Commit d343159

Browse files
ci: skip .map files in diff audit
1 parent f3f3afa commit d343159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/python-examples/.algokit.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ audit-teal = { commands = [
4646
# Commands intented for CI only, prefixed with `ci-` by convention
4747
ci-teal-diff = { commands = [
4848
'git add -N ./smart_contracts/artifacts',
49-
'git diff --exit-code --minimal ./smart_contracts/artifacts',
49+
'git diff --exit-code --minimal "./contracts/artifacts/:(exclude)*.puya.map"',
5050
], description = 'Check TEAL files for differences' }

0 commit comments

Comments
 (0)