Skip to content

Commit 749d00a

Browse files
committed
update
1 parent 7e81c26 commit 749d00a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
run: npm install
2424
- name: Install Qlty CLI
2525
uses: qltysh/qlty-action/install@v1
26+
- name: Initialize Qlty (if not exists)
27+
run: |
28+
if [ ! -f .qlty/qlty.toml ]; then
29+
qlty init --yes
30+
fi
2631
- name: Run Qlty Check
2732
run: qlty check
2833
- name: Lint

0 commit comments

Comments
 (0)