Skip to content

Merge pull request #120 from mruoss/renovate/ex_doc-0.x-lockfile #33

Merge pull request #120 from mruoss/renovate/ex_doc-0.x-lockfile

Merge pull request #120 from mruoss/renovate/ex_doc-0.x-lockfile #33

Workflow file for this run

name: Code Quality
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
code_quality:
uses: mruoss/action_elixir_run_tests/.github/workflows/elixir-code-quality.yml@v1.3.0
with:
checkout: true
with-kubernetes: false
check-formatting: true
run-credo: strict
run-dialyzer: true
secrets:
token: ${{ secrets.GITHUB_TOKEN }}