Skip to content

Commit

Permalink
Prebuilt luacheck container
Browse files Browse the repository at this point in the history
  • Loading branch information
S-S-X authored and BuckarooBanzay committed Dec 25, 2021
1 parent 7be681a commit e121202
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/luacheck.yml
@@ -1,13 +1,10 @@
name: luacheck
on: [push, pull_request]
jobs:
build:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- 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 ./
- uses: actions/checkout@master
- uses: Roang-zero1/factorio-mod-luacheck@master
with:
luacheckrc_url: ""

0 comments on commit e121202

Please sign in to comment.