renovatebot/pep440

ideas/questions for this repo

Closed this issue · 3 comments

Migrate to GitHub Actions?

I noticed this repo has a travis.yml file, that's outdated (it uses Node 8).
Should we maybe migrate this to a GitHub Actions workflow and update the Node version?

Explain what this repo is about in readme?

This repository also doesn't explain in the README what the goal of this repo is, so anybody reaching this repo can't see if they need this or not.

Add badges for migrated GitHub Action?

Also it would be nice to have a badge for the tests on the README page, so that you can see at a glance if tests are passing/failing.

Yes, we should migrate to GitHub Actions, and a README + badge would be nice.

We should also bump it to 1.0.0 once we're done.

Seems it's already at 1.0.0:

pep440/package.json

Lines 2 to 4 in 742e504

"name": "@renovate/pep440",
"version": "1.0.0",
"description": "PEP440 implementation in JavaScript",

I'll let you guys do the migration from Travis CI to GitHub Actions. 😉