Skip to content

Commit 46404bd

Browse files
committed
added qlty install script
1 parent d168f02 commit 46404bd

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/qlty.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ jobs:
1616

1717
- name: Install qlty
1818
run: |
19-
# Download qlty binary directly
20-
curl -L https://github.com/qlty-sh/qlty/releases/latest/download/qlty-linux-amd64 -o qlty
21-
chmod +x qlty
22-
sudo mv qlty /usr/local/bin/
19+
# Install qlty using official install script
20+
curl https://qlty.sh | sh
21+
echo "$HOME/.qlty/bin" >> $GITHUB_PATH
2322
2423
- name: Run qlty check
2524
run: qlty check

0 commit comments

Comments
 (0)