1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2024-07-27 04:00:20 +02:00

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

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