h2non / filetype

Fast, dependency-free Go package to infer binary file types based on the magic numbers header signature
https://pkg.go.dev/github.com/h2non/filetype?tab=doc
MIT License
2.05k stars 178 forks source link

Migrate CI to GitHub Actions #135

Closed y-yagi closed 9 months ago

y-yagi commented 9 months ago

It seems that this project used Travis-CI, but it doesn't work now. This PR migrates the CI to GitHub Actions to run tests per PRs.

This PR did the following