ci: run xref checks in CI

This commit is contained in:
Thales Macedo Garitezi 2022-07-01 13:19:41 -03:00
parent 1b3f54c3be
commit 84c6a27758
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ jobs:
fi
- name: fix-git-unsafe-repository
run: git config --global --add safe.directory /__w/emqx/emqx
- name: make xref
run: make xref
- name: build zip packages
run: make ${EMQX_NAME}-zip
- name: build deb/rpm packages