We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d168f02 commit 46404bdCopy full SHA for 46404bd
1 file changed
.github/workflows/qlty.yml
@@ -16,10 +16,9 @@ jobs:
16
17
- name: Install qlty
18
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/
+ # Install qlty using official install script
+ curl https://qlty.sh | sh
+ echo "$HOME/.qlty/bin" >> $GITHUB_PATH
23
24
- name: Run qlty check
25
run: qlty check
0 commit comments