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_luacheck.yml 289B

12345678910111213141516
  1. name: ci_luacheck
  2. on:
  3. workflow_call:
  4. jobs:
  5. luacheck:
  6. runs-on: ubuntu-latest
  7. container:
  8. image: pipelinecomponents/luacheck
  9. steps:
  10. - name: Check out source code
  11. uses: actions/checkout@v4
  12. - name: Run luacheck
  13. run: luacheck -q --no-color .