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 b5ba754 commit 8439f18Copy full SHA for 8439f18
.github/workflows/python-stylecheck.yml
@@ -17,6 +17,8 @@ jobs:
17
steps:
18
- name: Check out source repository
19
uses: actions/checkout@v4
20
+ with:
21
+ fetch-depth: 0 # This is necessary to get the commits
22
- name: Get changed python files between base and head
23
run: >
24
echo "CHANGED_FILES=$(echo $(git diff --name-only ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }} -- | grep \.py))" >> $GITHUB_ENV
0 commit comments