Fix Earthfile
1 files changed, 4 insertions(+), 0 deletions(-) M Earthfile
M Earthfile => Earthfile +4 -0
@@ 47,6 47,10 @@ lint-copyright: COPY . . RUN reuse lint + +lint-hex-licenses: + FROM +build + RUN mix licenses.lint --reuse sast: