Skip to content

Commit

Permalink
comment lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sokoli1 committed Jan 26, 2024
1 parent 9faba84 commit 89d3084
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/composite/lint-sdk/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
# 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

0 comments on commit 89d3084

Please sign in to comment.