aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/lint.yml
blob: 0e0ee3ed8dccea5f44ebe70d2935e44a251b8220 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
name: Lint

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@2f764bdcabe8b7c19deadf0e9bb2adc19df1a4c5 # v1.2.0