Skip to content

Commit

Permalink
Use a faster and newer Luacheck (#1269)
Browse files Browse the repository at this point in the history
Co-authored-by: LoneWolfHT <[email protected]>
  • Loading branch information
Panquesito7 and LoneWolfHT authored May 13, 2024
1 parent 361191f commit 2ad37e5
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 2ad37e5

Please sign in to comment.