Set up basic CI
This commit is contained in:
parent
86437cbb9d
commit
6dd7c96c0d
4 changed files with 16 additions and 7 deletions
10
.drone.yml
10
.drone.yml
|
|
@ -3,8 +3,8 @@ type: docker
|
|||
name: default
|
||||
|
||||
steps:
|
||||
- name: greeting
|
||||
image: alpine
|
||||
commands:
|
||||
- echo hello
|
||||
- echo world
|
||||
- name: lint & test
|
||||
image: docker.io/elixir:1.18.3-otp-27
|
||||
commands:
|
||||
- mix compile --warnings-as-errors
|
||||
- mix format --check-formatted
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue