Skip to content

Commit b874e4e

Browse files
committed
fix: ci
1 parent bb31d16 commit b874e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
run: cargo run -p xtask_codegen -- configuration
162162
- name: Check for git diff
163163
run: |
164-
if [[ `git status --porcelain` ]]; then
164+
if [[ $(git status --porcelain) ]]; then
165165
git status
166166
git diff
167167
exit 1

0 commit comments

Comments
 (0)