We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef891b1 commit c057ce2Copy full SHA for c057ce2
.github/workflows/wrap.yml
@@ -62,7 +62,7 @@ jobs:
62
for file in ${CHANGED_FILES}; do
63
if [[ $file == *.po ]]; then
64
echo "Wrapping $file"
65
- powrap $file
+ powrap --check $file
66
fi
67
done
68
0 commit comments