aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci_luacheck.yml
blob: d930fdae5064c576fa35f2d976d63b3109fba502 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: ci_luacheck

on:
  workflow_call:

jobs:
  luacheck:
    runs-on: ubuntu-latest
    container:
      image: pipelinecomponents/luacheck
    steps:
      - name: Check out source code
        uses: actions/checkout@v4

      - name: Run luacheck
        run: luacheck -q --no-color .