Skip to content

Commit

Permalink
chore: use setup-beam erlang action
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-conde committed Dec 2, 2024
1 parent 545b300 commit 05e1514
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/2024.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-elixir@v1
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: 27.1.2
elixir-version: 1.17.3
- run: mix deps.get
working-directory: 2024/
- run: mix format --check-formatted
working-directory: 2024/
- run: mix credo
Expand Down

0 comments on commit 05e1514

Please sign in to comment.