Skip to content

Merge pull request #16 from orsinium-labs/dependabot/hex/ecto_sqlite3… #44

Merge pull request #16 from orsinium-labs/dependabot/hex/ecto_sqlite3…

Merge pull request #16 from orsinium-labs/dependabot/hex/ecto_sqlite3… #44

Workflow file for this run

name: main
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
mix-test:
runs-on: ubuntu-20.04
env:
MIX_ENV: test
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
with:
otp-version: 24.3
elixir-version: 1.14.0
- run: mix deps.get --only test
- run: mix format --check-formatted
- run: mix deps.get
- run: mix deps.unlock --check-unused
- run: mix deps.compile
- run: mix compile --warnings-as-errors
- run: mix credo
# too slow >.<
# - run: mix dialyzer
- run: mix test
markdownlint-cli:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: nosborn/[email protected]
with:
files: .
config_file: .markdownlint.yaml
dot: true