frmscoe / General-Issues

This repo exists to track current work and any issues within the FRMS CoE
2 stars 0 forks source link

Setup logging and formatting for logging service #336

Closed rtkay123 closed 7 months ago

rtkay123 commented 7 months ago

Story statement

As a developer of the platform I want the code in the https://github.com/frmscoe/lumberjack to be of a consistent standard with the rest of the platform **So that different contributors follow a specific style which is in line with the platform

Acceptance criteria

  1. Pre-commit hooks that run linting and formatting
  2. Pre-push hooks that run tests (if available)
  3. CI kicks off when a pull request is opened which runs tests and style checks
  4. CI kicks off when a commit is pushed to main which runs tests and style checks