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

chore: Split test and lint scripts #297

Merged
merged 3 commits into from Aug 24, 2021
Merged

chore: Split test and lint scripts #297

merged 3 commits into from Aug 24, 2021

Commits on Aug 23, 2021

  1. chore: Split test and lint scripts

    To fix #111 I think it's good enough to split test and lint into two different build steps.
    Separate actions are not required since the github actions details view now shows what steps failed.
    
    To be able to do that split, I needed to drop the execution of the `lint` script from the `test` script. The `start` script still runs both in watch mode, so it's still easy to run both when developing.
    karfau committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    16879bd View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Configuration menu
    Copy the full SHA
    06314fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b099a78 View commit details
    Browse the repository at this point in the history