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 7324359 commit 573019eCopy full SHA for 573019e
.github/workflows/python-linters.yml
@@ -8,7 +8,7 @@ jobs:
8
outputs:
9
filelist: ${{ steps.python-files.outputs.filelist }}
10
steps:
11
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
12
- id: python-files
13
run: |
14
echo "filelist=$(find . -type f -exec awk ' /^#!.*python/{print FILENAME} {nextfile}' {} + | tr '\n' ' ')" >> $GITHUB_OUTPUT
0 commit comments