mirror of
https://github.com/mt-mods/pipeworks.git
synced 2024-11-10 01:13:57 +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
|
||||
- name: Luacheck
|
||||
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