Skip to content

Commit cdb10a2

Browse files
committed
Swift: fix codegen check
1 parent 9bf4c72 commit cdb10a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift-codegen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
run: |
2424
pip install -r swift/codegen/requirements.txt
2525
bazel run //swift/codegen
26-
git add .
26+
git add swift
2727
git diff --exit-code --stat HEAD

0 commit comments

Comments
 (0)