Skip to content

Commit

Permalink
Update protobuf.yml
Browse files Browse the repository at this point in the history
Update check due to black reformatting
  • Loading branch information
jdsika authored Jan 15, 2024
1 parent 03a9172 commit b252619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/protobuf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Check Build Setup
run: |
( result=0 ; for f in *.proto ; do grep -wq "$f" CMakeLists.txt || { echo "Missing $f in CMakeLists.txt" && let "result++"; } ; done ; exit $result )
( result=0 ; for f in *.proto ; do grep -q "'$f'" setup.py || { echo "Missing $f in setup.py" && let "result++"; } ; done ; exit $result )
( result=0 ; for f in *.proto ; do grep -q "'"'$f'"'" setup.py || { echo "Missing $f in setup.py" && let "result++"; } ; done ; exit $result )
- name: Setup Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit b252619

Please sign in to comment.