Skip to content

Commit

Permalink
Merge 21113ca into 128f015
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Mar 24, 2022
2 parents 128f015 + 21113ca commit 7af3ab0
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions .github/workflows/luacheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,11 @@ name: Luacheck
on: [push, pull_request]

jobs:
luacheck:
runs-on: ubuntu-latest

luacheck:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Lua
uses: leafo/gh-actions-lua@v8
with:
luaVersion: 5.4
- name: Setup Lua Rocks
uses: leafo/gh-actions-luarocks@v4
- name: Setup dependencies
run: luarocks install luacheck
- name: Run Code Linter
run: |
luacheck .
luarocks lint *.rockspec
- name: Checkout
uses: actions/checkout@v3
- name: Luacheck
uses: lunarmodules/luacheck@v0

0 comments on commit 7af3ab0

Please sign in to comment.