We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5833874 commit 499a03eCopy full SHA for 499a03e
1 file changed
.github/workflows/pr-health-check.yml
@@ -34,7 +34,8 @@ jobs:
34
run: |
35
npm config set registry https://registry.npmjs.org
36
npm ci --verbose
37
-
+ working-directory: ${{ github.workspace }}/.github/commitlint
38
+
39
- name: Install octokit dependencies
40
run: npm i
41
working-directory: ${{ github.workspace }}/.github/get-access-token
0 commit comments