Compare commits

..

1 commit

Author SHA1 Message Date
639a478c81
Set up basic CI
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
2025-04-21 14:48:01 +02:00

View file

@ -11,6 +11,7 @@ services:
steps: steps:
- name: lint and test - name: lint and test
image: docker.io/library/elixir:1.18.3-otp-27
commands: commands:
# Install hex package manager # Install hex package manager
- mix local.hex --force - mix local.hex --force