Skip to content

Commit db5a458

Browse files
committed
feat(pylint): try diff sha app
1 parent 32d4853 commit db5a458

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/python.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ jobs:
7575
main-branch-name: ${{ steps.base-branch-name.outputs.BASE_BRANCH }}
7676

7777

78-
- uses: matheusraz/ref-sha@v1
79-
id: get-sha
80-
with:
81-
ref: ${{ steps.base-branch-name.outputs.BASE_BRANCH }}
82-
length: 41
78+
# - uses: matheusraz/ref-sha@v1
79+
# id: get-sha
80+
# with:
81+
# ref: ${{ steps.base-branch-name.outputs.BASE_BRANCH }}
82+
# length: 41
8383

8484

8585
- name: Get all files that have changed
@@ -92,7 +92,8 @@ jobs:
9292
!app/*/tests/
9393
!app/*/migrations/
9494
# base_sha: ${{ steps.setSHAs.outputs.base }}
95-
base_sha: ${{ steps.get-sha.outputs.sha }}
95+
# base_sha: ${{ steps.get-sha.outputs.sha }}
96+
base_sha: ${{ env.NX_BASE }}
9697

9798

9899
- name: List all changed files

0 commit comments

Comments
 (0)