Skip to content

Commit

Permalink
ci: check style first
Browse files Browse the repository at this point in the history
  • Loading branch information
thalesmg committed Sep 20, 2024
1 parent 93b9561 commit 4889da4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
with:
otp-version: ${{ matrix.otp }}
rebar3-version: 3
- name: Ensure style
run: ./check-style.sh
- name: setup tinyproxy
run: sudo ./test/scripts/setup_tinyproxy.sh
- name: Compile
Expand All @@ -39,5 +41,3 @@ jobs:
run: make dialyzer
- name: Ensure version consistency
run: ./check_vsns.escript
- name: Ensure style
run: ./check-style.sh

0 comments on commit 4889da4

Please sign in to comment.