Skip to content

Commit

Permalink
Update workdir for python actions
Browse files Browse the repository at this point in the history
  • Loading branch information
eXamadeus committed Sep 19, 2023
1 parent 6d7fc5f commit 616f872
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ jobs:
- name: Black
uses: microsoft/action-python@0.7.0
with:
workdir: .
black: true
- name: Flake8
uses: microsoft/action-python@0.7.0
with:
workdir: .
flake8: true

pytest:
Expand All @@ -29,5 +31,6 @@ jobs:
- name: Pytest
uses: microsoft/action-python@0.7.0
with:
workdir: .
testing: true
python_version: ${{ matrix.python-version }}

0 comments on commit 616f872

Please sign in to comment.