Skip to content

Commit

Permalink
add default working dir to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Esgrove committed May 21, 2024
1 parent 5c14448 commit 1cc8dae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ concurrency:
jobs:
format:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./python
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 1cc8dae

Please sign in to comment.