JordanTK / chuekbot

collab on discord bot
1 stars 0 forks source link

Github pipeline #7

Open yumerov opened 10 months ago

yumerov commented 10 months ago

Pipeline is a set of steps run to be sure everything committed and pushed is valid and ready to deploy.

In our case use it https://github.com/yumerov/maxi-bot/blob/develop/.github/workflows/project.yml as a template.

In our case we need two main steps: linting and unit tests.

It depends on: