Skip to content

Commit

Permalink
Make lint continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
AaDalal authored Sep 29, 2023
1 parent ed0dab4 commit 3de986f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django-check/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ runs:
key: v0-${{ hashFiles('${{ inputs.path }}/Pipfile.lock') }}
- name: Install Dependencies
shell: bash
continue-on-error: true
run: |-
cd ${{ inputs.path }}
pip install pipenv
Expand Down

0 comments on commit 3de986f

Please sign in to comment.