Skip to content

Commit d4c8079

Browse files
committed
1 parent b787261 commit d4c8079

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ jobs:
3535
- name: Run qlty
3636
shell: bash
3737
run: |
38+
export QLTY_INSTALL="$HOME/.qlty"
39+
export PATH="$QLTY_INSTALL/bin:$PATH"
3840
pwd
3941
env
4042
ls -al
41-
export GIT_DISCOVERY_ACROSS_FILESYSTEM=1
4243
git status
4344
qlty --version

0 commit comments

Comments
 (0)