irc2/.github/workflows/check-release.yml

12 lines
324 B
YAML
Raw Permalink Normal View History

2020-02-12 21:39:41 -06:00
on: [push, pull_request]
name: Check & Release
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: lint
uses: Roang-zero1/factorio-mod-luacheck@master
with:
luacheckrc_url: https://raw.githubusercontent.com/BlockySurvival/irc2/master/.luacheckrc