Skip to content

Commit 6511719

Browse files
ci(github): refactor workflow lint.yml
1 parent c45efb8 commit 6511719

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ jobs:
1313

1414
- name: Setup Ren'Py
1515
uses: remarkablegames/setup-renpy@v2
16+
with:
17+
cli-version: 8.4.1
1618

1719
- name: Lint script
18-
run: |
19-
renpy-cli game lint
20-
if (( $(renpy-cli game lint | wc -l) > 13 )); then
21-
exit 1
22-
fi
20+
run: renpy-cli game lint --error-code

0 commit comments

Comments
 (0)