jamestalmage / supports-hyperlinks

Detect whether a terminal emulator supports hyperlinks
MIT License
54 stars 13 forks source link

Add basic GitHub Action #22

Closed voxpelli closed 1 year ago

voxpelli commented 1 year ago

travis-ci.org is no more, so this repo is currently without CI tests: https://blog.travis-ci.com/2021-05-07-orgshutdown

Here's a basic GitHub Action setup.

Stuff this PR doesn't do:

sindresorhus commented 1 year ago

Does not remove the travis configuration

Why not?

voxpelli commented 1 year ago

Does not remove the travis configuration

Why not?

Because I didn't move the CodeCov part over, so I wanted to keep that as a reference until its fully moved over.

@sindresorhus Do you use anything to track code coverage in your projects? I myself used Coveralls years ago but nowadays I'm simply running GitHub Actions and not uploading/tracking code coverage files anywhere

sindresorhus commented 1 year ago

Because I didn't move the CodeCov part over, so I wanted to keep that as a reference until its fully moved over.

It's in the Git history. I would just remove it for now.

@sindresorhus Do you use anything to track code coverage in your projects? I myself used Coveralls years ago but nowadays I'm simply running GitHub Actions and not uploading/tracking code coverage files anywhere

No. All the code coverage services suck.

voxpelli commented 1 year ago

@sindresorhus Fixed