benoitkugler / go-weasyprint

(WIP) Golang port to weasyprint python html to pdf library
https://pkg.go.dev/github.com/benoitkugler/go-weasyprint
BSD 3-Clause "New" or "Revised" License
23 stars 1 forks source link

Add ci pipeline #8

Closed kishaningithub closed 3 weeks ago

kishaningithub commented 3 weeks ago

Addresses #7

kishaningithub commented 3 weeks ago

Makefile can be used for local also though

Once can just run "make test" or "make update-dependencies" to perform the same

Can be easily integrated as a pre commit in local also.. felt the makefile gives such flexibility

benoitkugler commented 3 weeks ago

Alright, thank you !