ci: run xref checks in CI
This commit is contained in:
parent
1b3f54c3be
commit
84c6a27758
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue