Skip to content

Merge pull request #90 from orsinium-labs/dependabot/hex/dialyxir-1.4.7 #197

Merge pull request #90 from orsinium-labs/dependabot/hex/dialyxir-1.4.7

Merge pull request #90 from orsinium-labs/dependabot/hex/dialyxir-1.4.7 #197

Workflow file for this run

name: main
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
mix-test:
runs-on: ubuntu-24.04
env:
MIX_ENV: test
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
with:
otp-version: "27.3.3"
elixir-version: "1.18.3"
- 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/github-action-markdown-cli@v3.2.0
with:
files: .
config_file: .markdownlint.yaml
dot: true