Skip to content

Added CI & dependabot setup #4

Added CI & dependabot setup

Added CI & dependabot setup #4

Workflow file for this run

name: Elixir CI
on: push
env:
MIX_ENV: test
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: earthly/actions-setup@v1
- uses: actions/checkout@v4
- run: earthly -P --ci +ci