aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/luacheck.yml
blob: c8c8a92cc55ca253b9bd5fe9a9a5028363eb7cbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: Luacheck

on: [push, pull_request]

jobs:

  luacheck:
    runs-on: ubuntu-22.04
    steps:
      - name: Checkout
        uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
      - name: Luacheck
        uses: lunarmodules/luacheck@cc089e3f65acdd1ef8716cc73a3eca24a6b845e4 # v1