Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: add luacheck linter #23

Merged
merged 2 commits into from
Nov 5, 2024
Merged

Commits on Nov 5, 2024

  1. makefile: decompose deps installation

    Since it will be more convenient to see CI jobs making its own work, the
    installation of rocks was rewriten to install rocks only for one task.
    themilchenko committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    87fe154 View commit details
    Browse the repository at this point in the history
  2. ci: add luacheck linter

    There was a linter check in test in `testing` workflow, but not in a
    separate job.
    
    After the patch a linter check is available in a separate job and the
    previous step from `testing` workflow was deleted.
    
    Closes #21
    themilchenko committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    6d6526b View commit details
    Browse the repository at this point in the history