Add basic CI setup #30

Merged
moritz merged 8 commits from ash-setup into main 2025-04-28 14:24:31 +02:00
Showing only changes of commit 3ada473e41 - Show all commits

View file

@ -9,6 +9,10 @@ services:
POSTGRES_USER: postgres POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres POSTGRES_PASSWORD: postgres
trigger:
event:
- push
steps: steps:
- name: check - name: check
image: docker.io/library/elixir:1.18.3-otp-27 image: docker.io/library/elixir:1.18.3-otp-27