fix: correct working-directory in CI workflow
Some checks failed
CI / lint (push) Successful in 9m25s
CI / test (push) Failing after 4m46s
CI / build (push) Has been skipped

This commit is contained in:
2026-02-05 21:34:11 +00:00
parent 6526b38d4a
commit 5b24a3d756

View File

@@ -79,5 +79,6 @@ jobs:
python -m pip install build
- name: Build package
run: python -m build
working-directory: ./repohealth-cli
run: |
cd repohealth-cli
python -m build