sdsykes / fastimage

FastImage finds the size or type of an image given its uri by fetching as little as needed
http://github.com/sdsykes/fastimage/tree/master
MIT License
1.37k stars 115 forks source link

Use GitHub Actions for CI #137

Closed orien closed 1 year ago

orien commented 1 year ago

travis-ci.org is dead. I propose the use of GitHub Actions to run the test suite in CI.

sdsykes commented 1 year ago

Seems like a good idea!

sdsykes commented 1 year ago

Why is it reporting "Workflow runs completed with no jobs" though?

orien commented 1 year ago

🤔 Great question.

The build has run successfully in my fork of the repo: https://github.com/orien/fastimage/actions/runs/3929983734

I think only after the PR is merged will it work for the sdsykes/fastimage repo

This is probably a security feature.

sdsykes commented 1 year ago

Ok let's merge.