Skip to content

Commit

Permalink
Use organization's LuaCheck workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Panquesito7 authored Mar 1, 2024
1 parent c6b3e1a commit cd76d7f
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .github/workflows/luacheck.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
name: luacheck

on: [push]

on: [push, pull_request]
jobs:
build:

luacheck:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: apt
run: sudo apt-get install -y luarocks
- name: luacheck install
run: luarocks install --local luacheck
- name: luacheck run
run: $HOME/.luarocks/bin/luacheck ./
- name: Checkout
uses: actions/checkout@main
- name: Luacheck
uses: lunarmodules/luacheck@master

0 comments on commit cd76d7f

Please sign in to comment.