1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2024-09-27 06:40:36 +02:00

disable tty

This commit is contained in:
BuckarooBanzay 2024-02-11 18:05:39 +01:00
parent c60558ce1d
commit cca3fbd9f2

View File

@ -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