issues
search
osoc24
/
loama
Provide a centralized platform to easily digest and manage the connections between your personal SOLID data vault and the applications that you use.
https://osoc24.github.io/loama/
3
stars
2
forks
source link
CI Implementation
#45
Closed
BT-Creator
closed
3 months ago
BT-Creator
commented
3 months ago
What's done
A CI implementation that checks the following items:
Controller -- [X] Does it build?
Loama -- [X] Is Eslint checking correct? -- [X] Does the application build? -- [X] Is the Typescript conversion done without any problems
Need to know
GH actions uses Node V18, which is the highest version available. So you'll see in the input that the engine is unsupported
The results are piped to the job summary,
but
it's not really formatted
(except for the ESLint-Markdown version)
What's done
A CI implementation that checks the following items:
Need to know