Skip to content

Commit

Permalink
add lint to gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
bormilan committed Dec 26, 2024
1 parent a87f9a3 commit cf22c7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,7 @@ jobs:
-otp-${{steps.setup-beam.outputs.otp-version}}\
-rebar3-${{steps.setup-beam.outputs.rebar3-version}}\
-hash-${{hashFiles('rebar.lock')}}"
- name: Run elvis
run: rebar3 lint
- name: Run test
run: rebar3 test

0 comments on commit cf22c7f

Please sign in to comment.