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 lua lint check #149

Closed
wants to merge 4 commits into from
Closed

CI: add lua lint check #149

wants to merge 4 commits into from

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    c71560d View commit details
    Browse the repository at this point in the history
  2. CI: rename matrix options to more significant names

    Currently the test matrix diplays `tests (true`) and `tests (false)`.
    This is not super informative and if forces one to dive into the
    workflows file to figure out what it means.
    
    With more descriptive names, the purpose of each test becomes more
    apparent. Here we're using the value that we need to give to the TESTVIM
    env variable when we run the vader test suite.
    lelutin committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b26de45 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    6ff2177 View commit details
    Browse the repository at this point in the history
  2. CI: add lua lint check

    We now have our first lua script so we should start checking that for
    obvious problems
    lelutin committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    cce523b View commit details
    Browse the repository at this point in the history