From 4889da4d968a782f6339e674159575b37869448b Mon Sep 17 00:00:00 2001 From: Thales Macedo Garitezi Date: Fri, 20 Sep 2024 17:36:16 -0300 Subject: [PATCH] ci: check style first --- .github/workflows/erlang.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/erlang.yml b/.github/workflows/erlang.yml index 5ed1ec3..be8386f 100644 --- a/.github/workflows/erlang.yml +++ b/.github/workflows/erlang.yml @@ -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 @@ -39,5 +41,3 @@ jobs: run: make dialyzer - name: Ensure version consistency run: ./check_vsns.escript - - name: Ensure style - run: ./check-style.sh