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

Workflow improvements #9609

Merged
merged 6 commits into from Oct 20, 2022
Merged

Workflow improvements #9609

merged 6 commits into from Oct 20, 2022

Commits on Oct 20, 2022

  1. remove unnecessary download links

    GitHub already shows them in a table right below it.
    RobinMalfait committed Oct 20, 2022
    Copy the full SHA
    09213f9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1c6030c View commit details
    Browse the repository at this point in the history
  3. decouple lint from test in workflows

    Which means that we don't need to do the crazy linking in certain
    workflows.
    RobinMalfait committed Oct 20, 2022
    Copy the full SHA
    205a784 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0f6aed2 View commit details
    Browse the repository at this point in the history
  5. create dedicated lint job

    The `lint` tests will run against source files and should not be
    dependant on a specific node version. Instead of running the `npm run
    style` on every node version we use, we can and should only run it once.
    RobinMalfait committed Oct 20, 2022
    Copy the full SHA
    4baa63d View commit details
    Browse the repository at this point in the history
  6. remove prettier-plugin-tailwindcss

    As long as we use older versions of node/npm where we can't have
    ourselves as a dependency, it is a bit of a mess to maintain properly
    sorted html in tests.
    
    Let's remove it for now until we have a better solution!
    RobinMalfait committed Oct 20, 2022
    Copy the full SHA
    e8ad7d3 View commit details
    Browse the repository at this point in the history