We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 264ea22 commit be97d47Copy full SHA for be97d47
1 file changed
.github/workflows/python-codestyle.yml
@@ -32,5 +32,5 @@ jobs:
32
git checkout $GITHUB_BASE_REF
33
echo "head ref: $GITHUB_HEAD_REF"
34
git checkout $GITHUB_HEAD_REF
35
- git --no-pager diff $GITHUB_BASE_REF $GITHUB_HEAD_REF --name-only |grep ".py$" |xargs git --no-pager diff $GITHUB_BASE_REF $GITHUB_HEAD_REF | pycodestyle --show-source --diff
+ git --no-pager diff $GITHUB_BASE_REF $GITHUB_HEAD_REF --name-only |grep ".py$" |xargs pycodestyle --show-source
36
0 commit comments