Skip to content

Commit 5b966a7

Browse files
authored
Update Harper CLI installation method in workflow
1 parent 0d20fcf commit 5b966a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/harper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v6
1515

1616
- name: Install Harper CLI
17-
run: cargo install harper-cli --locked
17+
run: cargo install --git https://github.com/Automattic/harper harper-cli --locked
1818

1919
- name: Run Harper
2020
run: harper-cli lint docs src/pages

0 commit comments

Comments
 (0)