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

on:
  workflow_call:

jobs:
  eslint:
    uses: ./.github/workflows/ci_eslint.yml

  luacheck:
    uses: ./.github/workflows/ci_luacheck.yml

  tidyall:
    uses: ./.github/workflows/ci_tidyall.yml