aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/luacheck.yml
blob: 5d79609d9e0f56701b57a8c700f4ae938af414b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
name: luacheck
on: [push, pull_request]
jobs:
  lint:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - uses: Roang-zero1/factorio-mod-luacheck@master
        with:
          luacheckrc_url: ""