exercism/cli

Add a pipeline to test the solution before submit

vanenshi opened this issue · 0 comments

for the javascript and typescript, I use a tool for formatting my code.
this tool runs a series of CLI commands before each commit, we can use a similar way to run the tests before submitting the solution. (okonet/lint-staged)
I know that would be better to use an actual CI/CD pipeline after the submitting, but you guys don't use it. moving the test part to user local system is a better alternative.