Skip to content

Commit be97d47

Browse files
author
edbjunwang
committed
chore: run pycodestyle on the whole of changed files
1 parent 264ea22 commit be97d47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-codestyle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
git checkout $GITHUB_BASE_REF
3333
echo "head ref: $GITHUB_HEAD_REF"
3434
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
35+
git --no-pager diff $GITHUB_BASE_REF $GITHUB_HEAD_REF --name-only |grep ".py$" |xargs pycodestyle --show-source
3636

0 commit comments

Comments
 (0)