mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-06-28 22:36:31 +02:00
disable tty
This commit is contained in:
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
|
Reference in New Issue
Block a user