matheuscas / pycpfcnpj

Python module for brazilian register numbers for persons (CPF) and companies (CNPJ).
MIT License
143 stars 44 forks source link

Use github actions instead of Travis (use github action em vez do Travis) #29

Open matheuscas opened 3 years ago

matheuscas commented 3 years ago

I have nothing against Travis, but since we're in GitHub, let's use "native" stuff from it. Tip.: First make the action runs in your branch. After that, change to run in master.

Não tenho nada contra Travis, mas como estamos no GitHub, vamos usar coisas "nativas" dele. Dica: Primeiro faça com que a ação seja executada no seu branch. Depois disso, mude para rodar no master.

gabrielcjr commented 2 years ago

Adicionei o CI com GitHub Acitons. Dá uma olhada pra ver se ficou legal. Se quiser, posso adicionar o matrix pra testar em outras versões do Python