mirror of
https://github.com/theFox6/microexpansion.git
synced 2024-11-26 17:13:53 +01:00
14 lines
325 B
YAML
14 lines
325 B
YAML
name: luacheck
|
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
lint:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2.0.0
|
|
- name: run luacheck
|
|
uses: Roang-zero1/factorio-mod-luacheck@master
|
|
with:
|
|
LUACHECKRC_URL: https://raw.githubusercontent.com/${{github.repository}}/${{github.sha}}/.luacheckrc
|