diff --git a/.github/workflows/composite/lint-sdk/action.yml b/.github/workflows/composite/lint-sdk/action.yml index a4fb799b..1515450b 100644 --- a/.github/workflows/composite/lint-sdk/action.yml +++ b/.github/workflows/composite/lint-sdk/action.yml @@ -6,12 +6,12 @@ inputs: required: true runs: using: "composite" - steps: - - uses: actions/download-artifact@v3 - - uses: ./.github/workflows/composite/setup-python - - name: Run pylint - shell: bash - run: | - pip3 install pylint - pip3 install --requirement ${{ inputs.package-name }}/requirements.txt - pylint ${{ inputs.package-name }}/*.py -d R,C,W0511 \ No newline at end of file + # steps: + # - uses: actions/download-artifact@v3 + # - uses: ./.github/workflows/composite/setup-python + # - name: Run pylint + # shell: bash + # run: | + # pip3 install pylint + # pip3 install --requirement ${{ inputs.package-name }}/requirements.txt + # pylint ${{ inputs.package-name }}/*.py -d R,C,W0511 \ No newline at end of file