We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f7349 commit d2f91b5Copy full SHA for d2f91b5
.github/workflows/ci.yml
@@ -17,13 +17,13 @@ jobs:
17
fail-fast: false
18
matrix:
19
include:
20
- - elixir: 1.18.4
21
- otp: 28.0.2
+ - elixir: 1.19.2
+ otp: 28.1.1
22
rebar3: 3.25.1
23
lint: true
24
25
26
- otp: 27.3
+ otp: 27.3.4.4
27
28
29
steps:
@@ -36,11 +36,11 @@ jobs:
36
otp-version: ${{ matrix.otp }}
37
rebar3-version: ${{ matrix.rebar3 }}
38
39
- # - name: (Erlang) Check Formatting
40
- # if: ${{ matrix.lint }}
41
- # run: |
42
- # clang-format --version
43
- # make lint-format
+ - name: (Erlang) Check Formatting
+ if: ${{ matrix.lint }}
+ run: |
+ clang-format --version
+ make lint-format
44
45
# - name: (Erlang) eqWAlizer
46
# if: ${{ matrix.lint }}
0 commit comments