kinnay / netlink

Asynchronous netlink library
GNU General Public License v3.0
4 stars 2 forks source link

Github Actions #1

Open tijko opened 5 months ago

tijko commented 5 months ago

Would you be open to having build verification using Github Actions?

kinnay commented 5 months ago

Since this project does not have any unit tests currently, what would be verified by Github Actions in this case?

tijko commented 5 months ago

Hey thanks for your work first off.

Having a Github Actions pipeline would make #2 much more straight forward. When packaging for PKGBUILD on Arch there is an archive to the package itself.

Whenever any changes are made having this in place would automate updating that package. Makes things much more convenient. I could always fork and do that on my branch if this isn't something you're comfortable with.

kinnay commented 5 months ago

Sounds good, feel free to submit a PR.