Update .github/workflows/luacheck.yml

Co-authored-by: SX <50966843+S-S-X@users.noreply.github.com>
This commit is contained in:
Buckaroo Banzai 2024-02-15 17:01:50 +01:00 committed by GitHub
parent cca3fbd9f2
commit ce43845711
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -7,5 +7,4 @@ jobs:
- name: Checkout
uses: actions/checkout@master
- name: Luacheck
run: |
docker run --rm -i -u luacheck --mount="type=bind,source=$(pwd),target=/repo" mineunit/luacheck
uses: S-S-X/minecheck@master