[extra-02] add credo action to review prs
This commit is contained in:
parent
7075efb18b
commit
7d6a0dedf9
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -79,7 +79,11 @@ jobs:
|
|||||||
priv/plts
|
priv/plts
|
||||||
key: ${{ runner.os }}-${{ matrix.otp }}-${{ matrix.elixir }}-${{ hashFiles('mix.lock') }}
|
key: ${{ runner.os }}-${{ matrix.otp }}-${{ matrix.elixir }}-${{ hashFiles('mix.lock') }}
|
||||||
- run: mix format --check-formatted
|
- run: mix format --check-formatted
|
||||||
- run: mix credo --strict --format flycheck
|
- name: credo analysis
|
||||||
|
uses: red-shirts/reviewdog-action-credo@v1
|
||||||
|
with:
|
||||||
|
github_token: ${{ secrets.github_token }}
|
||||||
|
reporter: github-pr-review
|
||||||
- run: mix dialyzer --no-check --quiet --ignore-exit-status --format short
|
- run: mix dialyzer --no-check --quiet --ignore-exit-status --format short
|
||||||
test:
|
test:
|
||||||
needs: dependencies
|
needs: dependencies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user