Improve dev tooling (#30)

* added ex_check and got it passing

* Set up ex_check to run in test env

* Added static code analysis

* Updated actions file

* Updated dockerfile
This commit is contained in:
Kieran
2024-02-21 17:28:27 -08:00
committed by GitHub
parent 01042ebd1b
commit e3f1b409b9
8 changed files with 73 additions and 19 deletions
+2
View File
@@ -4,6 +4,8 @@ services:
build:
context: .
dockerfile: dev.Dockerfile
environment:
- MIX_ENV=test
volumes:
- '.:/app'
ports: