Skip to content

Commit

Permalink
Use a faster and newer LuaCheck (#3081)
Browse files Browse the repository at this point in the history
  • Loading branch information
Panquesito7 committed Dec 30, 2023
1 parent 43185f1 commit c0200b0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/build.yml

This file was deleted.

13 changes: 13 additions & 0 deletions .github/workflows/luacheck.yml
@@ -0,0 +1,13 @@
name: luacheck
on: [push, pull_request]

jobs:
luacheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Luacheck
uses: lunarmodules/luacheck@master
with:
args: mods

0 comments on commit c0200b0

Please sign in to comment.