Skip to content

Commit

Permalink
Fix code format check
Browse files Browse the repository at this point in the history
  • Loading branch information
doughsay committed Jul 12, 2020
1 parent 3dbb789 commit 81fcb3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
elixir-version: 1.10.3
- name: Checkout repository
uses: actions/checkout@v2
- name: Get dependencies
run: mix deps.get
- name: Check code formatting
run: mix format --check-formatted

Expand Down

0 comments on commit 81fcb3b

Please sign in to comment.