novuhq / novu-elixir

Elixir SDK for Novu
https://hexdocs.pm/novu
MIT License
27 stars 7 forks source link

feat: Add Missing Methods for Messages #29

Closed sccalabr closed 11 months ago

sccalabr commented 11 months ago

Resolved #20

doomspork commented 11 months ago

@sccalabr would you mind running the CI checks locally going forward to make sure the work is ready to be reviewed before opening a PR and moving on to the next ticket?

sccalabr commented 11 months ago

Ill convert it to a draft for now. I tried running things locally but I get this error

could not compile dependency :earmark_parser, "mix compile" failed. You can recompile this dependency with "mix deps.compile earmark_parser", update it with "mix deps.update earmark_parser" or clean it with "mix deps.clean earmark_parser"

I tried running all the different mix commands but it never went away :(

sccalabr commented 11 months ago

@sccalabr would you mind running the CI checks locally going forward to make sure the work is ready to be reviewed before opening a PR and moving on to the next ticket? @doomspork Is there a way to run the workflows in my forked repo?