mirror of
https://github.com/mt-mods/pipeworks.git
synced 2024-11-12 18:33:54 +01:00
disable tty
This commit is contained in:
parent
c60558ce1d
commit
cca3fbd9f2
2
.github/workflows/luacheck.yml
vendored
2
.github/workflows/luacheck.yml
vendored
@ -8,4 +8,4 @@ jobs:
|
|||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
- name: Luacheck
|
- name: Luacheck
|
||||||
run: |
|
run: |
|
||||||
docker run --rm -it -u luacheck --mount="type=bind,source=$(pwd),target=/repo" mineunit/luacheck
|
docker run --rm -i -u luacheck --mount="type=bind,source=$(pwd),target=/repo" mineunit/luacheck
|
Loading…
Reference in New Issue
Block a user