Skip to content

Commit b252619

Browse files
authored
Update protobuf.yml
Update check due to black reformatting
1 parent 03a9172 commit b252619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/protobuf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Check Build Setup
2626
run: |
2727
( result=0 ; for f in *.proto ; do grep -wq "$f" CMakeLists.txt || { echo "Missing $f in CMakeLists.txt" && let "result++"; } ; done ; exit $result )
28-
( result=0 ; for f in *.proto ; do grep -q "'$f'" setup.py || { echo "Missing $f in setup.py" && let "result++"; } ; done ; exit $result )
28+
( result=0 ; for f in *.proto ; do grep -q "'"'$f'"'" setup.py || { echo "Missing $f in setup.py" && let "result++"; } ; done ; exit $result )
2929
3030
- name: Setup Python
3131
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)