Skip to content

Commit 21de4d5

Browse files
committed
iterate on workflow syntax
1 parent 3327e38 commit 21de4d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
cd ..
6262
- name: Check that the latest headers are in the swift repo
6363
run: |
64-
git diff --no-index --exit-code ci/bindings/LDK bindings/LDK
64+
git diff --exit-code bindings/LDK ':(exclude)bindings/LDK/Bindings.swift'
6565
- name: Debug bindings target directory structure
6666
run: |
6767
cd ci

0 commit comments

Comments
 (0)