Skip to content

Commit

Permalink
disable tty
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Feb 11, 2024
1 parent c60558c commit cca3fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/luacheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cca3fbd

Please sign in to comment.