Skip to content

Commit

Permalink
Use a faster and newer LuaCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Panquesito7 authored Dec 24, 2023
1 parent fff5acc commit 31dff23
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/build.yml

This file was deleted.

10 changes: 10 additions & 0 deletions .github/workflows/luacheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
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

0 comments on commit 31dff23

Please sign in to comment.