flix / vscode-flix

Apache License 2.0
20 stars 19 forks source link

ci: split `check` job into multiple #414

Closed sockmaster27 closed 3 weeks ago

sockmaster27 commented 4 weeks ago

Avoids running stuff like packaging and code style checking multiple times, when the outcome should not depend on the matrix. This also makes it easier to target a specific job for local debugging.

NOTE: This removes testing with Node 18. This should not matter as Node is only used for the build process, and is not part of the tested product.