AlessandroZ / LaZagne

Credentials recovery project
GNU Lesser General Public License v3.0
9.52k stars 2.04k forks source link

GitHub Action to lint Python code #581

Closed cclauss closed 3 years ago

cclauss commented 3 years ago

Because Travis CI now seems to be on permanent vacation.

Would it be useful to try to create new apps using PyInstaller on top of GitHub Actions instead of Travis?

AlessandroZ commented 3 years ago

I think it will do the job. My goal is to create a release each time I push a new version like that: https://github.com/actions/create-release#example-workflow---create-a-release

The release should be on windows, so I have to check with github actions how to do it with wine how I did with travis. If you have any idea it will be great. Otherwise, I will try to find another example file which does that.

Thanks a lot for your help.

cclauss commented 3 years ago