disable tty

This commit is contained in:
BuckarooBanzay 2024-02-11 18:05:39 +01:00
parent c60558ce1d
commit cca3fbd9f2
1 changed files with 1 additions and 1 deletions

View File

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