We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec66057 commit 98d0c80Copy full SHA for 98d0c80
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@v2
22
- run: rebar3 edoc
23
- - run: if [ $(rebar3 version | awk '{print $5}') -gt 23 ]; then rebar3 ex_doc; fi;
+ - run: if [ $(rebar3 version | awk '{print $5}') -gt 24 ]; then rebar3 ex_doc; fi;
24
- run: rebar3 eunit
25
- run: rebar3 ct
26
- run: rebar3 dialyzer
0 commit comments