You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ci_linters.yml 216B

1234567891011121314
  1. name: ci_linters
  2. on:
  3. workflow_call:
  4. jobs:
  5. eslint:
  6. uses: ./.github/workflows/ci_eslint.yml
  7. luacheck:
  8. uses: ./.github/workflows/ci_luacheck.yml
  9. tidyall:
  10. uses: ./.github/workflows/ci_tidyall.yml