Skip to content

Commit 499a03e

Browse files
committed
[PETOSS-829] set working directory for commit lint
1 parent 5833874 commit 499a03e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pr-health-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
run: |
3535
npm config set registry https://registry.npmjs.org
3636
npm ci --verbose
37-
37+
working-directory: ${{ github.workspace }}/.github/commitlint
38+
3839
- name: Install octokit dependencies
3940
run: npm i
4041
working-directory: ${{ github.workspace }}/.github/get-access-token

0 commit comments

Comments
 (0)