We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13c781d commit 89f21f0Copy full SHA for 89f21f0
1 file changed
.github/workflows/luacheck.yml
@@ -14,8 +14,8 @@ jobs:
14
15
- name: Install luacheck
16
run: |
17
- pip install hererocks
18
- hererocks env --lua 5.1 -rlatest
+ python3 -m pip install hererocks
+ python3 -m hererocks env --lua 5.1 --no-readline -rlatest
19
source env/bin/activate
20
luarocks install luacheck
21
0 commit comments