ci: check format, commits, compilation and tests #1

Merged
gk1623 merged 5 commits from ci-setup into master 2025-01-27 21:30:37 +00:00
8 changed files with 89 additions and 24 deletions
Showing only changes of commit 56aa2210d8 - Show all commits

View File

@@ -33,3 +33,10 @@ builds your WACC compiler. Currently running 'make' will call
`wacc-compiler`
in the root directory of the project. If this doesn't work for whatever reason, there are a few
different alternatives you can try in the makefile. **Do not use the makefile as you're working, it's for labts/CI!**
# Contributing
- All commit messages must follow the [conventional commits spec](https://www.conventionalcommits.org/en/v1.0.0/).
- **This includes merge request titles**.
- All scala code must be formated with `scala format`.
- All scala code must compile without errors OR WARNINGS.