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 10:28:27 -08:00
committed by GitHub
parent 94f777d1ed
commit fdb83ed3f3
8 changed files with 73 additions and 19 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ RUN mix local.rebar --force
# Download YT-DLP
# NOTE: If you're seeing weird issues, consider using the FFMPEG released by yt-dlp
RUN python3 -m pip install -U --pre yt-dlp
RUN python3 -m pip install -U --pre yt-dlp --break-system-packages
# Create app directory and copy the Elixir projects into it.
WORKDIR /app