Skip to content

Commit

Permalink
Fix: MyPy Working Directory
Browse files Browse the repository at this point in the history
  • Loading branch information
y0urself authored and greenbonebot committed Feb 5, 2024
1 parent 560ffda commit e5a2416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mypy-python/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ runs:
- run: poetry run mypy ${{ inputs.mypy-arguments }} ${{ inputs.packages }}
shell: bash
name: Check with mypy
working-directory: ${{ github.workspace }}
working-directory: ${{ inputs.working-directory }}

0 comments on commit e5a2416

Please sign in to comment.