Skip to content

Commit

Permalink
Revert "Fix: correctly handle source directory param (#7)" (#9)
Browse files Browse the repository at this point in the history
This reverts commit 5fd2010.
  • Loading branch information
psrok1 authored Sep 1, 2023
1 parent 1e53ac5 commit 2dfd0da
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ inputs:
source:
description: 'Source directory'
required: false
default: '.'
python-version:
description: "What Python version use for running linting tools"
required: false
Expand Down Expand Up @@ -43,11 +42,9 @@ runs:
- run: pip install lint-python==2.0.0
shell: bash
- run: pip install -r requirements.txt
working-directory: ${{inputs.source}}
if: ${{inputs.install-requirements == 'true'}}
shell: bash
- run: lint-python --check --install
working-directory: ${{inputs.source}}
shell: bash
branding:
color: "green"
Expand Down

0 comments on commit 2dfd0da

Please sign in to comment.