ricardoboss / Prolangle

A game about programming languages.
https://prolangle.ricardoboss.de
MIT License
2 stars 1 forks source link

CI Pipeline #38

Closed ricardoboss closed 6 months ago

ricardoboss commented 6 months ago

I think adding a CI pipeline can help with spotting new warnings and errors before merging a PR.

In the future, we can expand this to include tests or automated deployment (CD).

chucker commented 6 months ago

I've added a barebones pipeline.

chucker commented 6 months ago

I'm not sure how to configure it as a check, e.g. for https://github.com/ricardoboss/Prolangle/pull/47/checks.

ricardoboss commented 6 months ago

Checks are detected as such automatically when the pull_request trigger is added iirc

ricardoboss commented 6 months ago

I think all that is left to close this are tests that get run during the .NET workflow.

ricardoboss commented 6 months ago

Tests were added via #70. Closing this one