Skip to content

Commit

Permalink
Foo
Browse files Browse the repository at this point in the history
  • Loading branch information
ggpasqualino committed Dec 16, 2019
1 parent 98c484a commit c17df5b
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,19 @@ jobs:
format:

runs-on: ubuntu-latest

container:
image: elixir:1.9.4-slim


steps:
- uses: actions/checkout@v2
- name: Setup Elixir
uses: actions/setup-elixir@v1.2.0
with:
elixir-version: 1.9.4
otp-version: 22.1.4
install-hex: false
install-rebar: false
- name: Run Formatter
run: mix format
- name: Commit report
- name: Commit formatted files
run: |
git config --global user.name 'Elixir Formatter'
git config --global user.email 'elixir-formatter@users.noreply.github.com'
Expand Down

0 comments on commit c17df5b

Please sign in to comment.