Skip to content

Commit

Permalink
Add xref step in the workflow verify section (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
define-null authored May 2, 2022
1 parent 5dd529c commit a9b4ddc
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -55,6 +55,8 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Xref
run: make xref
- name: Lint
run: make lint
- name: Dialyzer
Expand Down
1 change: 1 addition & 0 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
{antidote_stats, {git, "https://github.com/AntidoteDB/antidote_stats", {tag, "v15"}}}
]}.

{xref_checks, [undefined_function_calls, undefined_functions]}.

{erl_opts, [
debug_info,
Expand Down

0 comments on commit a9b4ddc

Please sign in to comment.