Stratus3D/eflambe

Setup Github Actions workflow to validate code

Closed this issue · 0 comments

We need a workflow to run on every commit and every PR update to validate:

  • Code compiles
  • No linter warnings
  • No dialyzer errors
  • Docs can be generated without error

If any of these things fail the commit should fail the workflow.