eisberg-labs / actix-json-responder

A procedural macro to reduce json response boilerplate on actix projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrate ci to github actions

amarjanica opened this issue · comments

It would be nicer if ci and deployment was defined inside github actions.
Create ci with clippy and test checks on every push.
Create publish workflow on workflow_dispatch.

Done