Skip to content

Commit

Permalink
Add dialyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
StanczakDominik committed Jun 3, 2024
1 parent 9964b2b commit a2c06f7
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# separate terms of service, privacy policy, and support
# documentation.

name: Lint (mix format)
name: Lint and style checks

on:
push:
Expand Down Expand Up @@ -75,7 +75,11 @@ jobs:
- name: Install dependencies
run: mix compile

# Step: Download project dependencies. If unchanged, uses
# the cached version.
- name: Lint
lint:
name: Linting
needs: build
steps:
- name: mix format
run: mix format --check-formatted
- name: mix dialyzer
run: mix dialyzer --format github

0 comments on commit a2c06f7

Please sign in to comment.