fs51/.github/workflows/build.yml

12 lines
244 B
YAML
Raw Permalink Normal View History

2021-03-09 08:40:22 +01:00
on: [push, pull_request]
name: build
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: lint
uses: Roang-zero1/factorio-mod-luacheck@master
with:
luacheckrc_url: ""