提交 a4b1d0d7 编写于 作者: L LinJiawei

CI: check usage of BoringUtils

上级 67559d9e
......@@ -15,6 +15,13 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Check Wiring
run: |
grep -rn "BoringUtils" $GITHUB_WORKSPACE/src/main/scala/xiangshan
if [[ $? == 0 ]];
then
exit 1
fi
- name: Set env
run: |
echo ::set-env name=NEMU_HOME::/home/ci-runner/xsenv/NEMU
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册