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 7b3202a commit d82a98dCopy full SHA for d82a98d
.github/workflows/python-linters.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v2
12
- id: python-files
13
run: |
14
- echo "::set-output name=filelist::$(find . -type f -exec awk ' /^#!.*python/{print FILENAME} {nextfile}' {} + | tr '\n' ' ')"
+ echo “filelist=:$(find . -type f -exec awk ' /^#!.*python/{print FILENAME} {nextfile}' {} + | tr '\n' ' ')” >> $GITHUB_OUTPUT
15
16
pylint:
17
runs-on: ubuntu-20.04
0 commit comments