Skip to content

Commit 8a0ef27

Browse files
committed
update github actions
1 parent 84cd9ac commit 8a0ef27

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,13 @@ jobs:
3535
uv sync --locked --all-extras --dev
3636
3737
- name: Lint with ruff
38+
working-directory: ./yfpy
3839
run: make lint
3940

4041
- name: Security check with bandit
42+
working-directory: ./yfpy
4143
run: make secure
4244

4345
# - name: Run tests with pytest
46+
# working-directory: ./yfpy
4447
# run: make test_code

0 commit comments

Comments
 (0)