Skip to content

Commit

Permalink
Move working-directory into steps
Browse files Browse the repository at this point in the history
  • Loading branch information
lukamac committed Dec 26, 2024
1 parent 751b83a commit 03b5f8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ on: push
jobs:
python-lint:
runs-on: ubuntu-latest
working-directory: test
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
working-directory: test
- uses: jakebailey/pyright-action@v2
working-directory: test
- uses: isort/isort-action@v1
working-directory: test
with:
requirements-files: "requirements-pip.txt"

0 comments on commit 03b5f8e

Please sign in to comment.