diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 62a877e..6da9bb2 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -65,6 +65,31 @@ jobs: uses: fcitx/github-actions@cmake with: path: libime + - uses: actions/checkout@v4 + with: + repository: fcitx/fcitx5-chinese-addons + path: fcitx5-chinese-addons + - name: Build and Install fcitx5-chinese-addons + uses: fcitx/github-actions@cmake + with: + path: fcitx5-chinese-addons + - uses: actions/checkout@v4 + with: + path: libime-jyutping + - name: Init CodeQL + uses: github/codeql-action/init@v3 + with: + languages: cpp + source-root: libime-jyutping + - name: Build and Install libime-jyutping + uses: fcitx/github-actions@cmake + with: + path: libime-jyutping + - name: Test + run: | + ctest --test-dir libime-jyutping/build + - name: CodeQL Analysis + uses: github/codeql-action/analyze@v2 - uses: actions/checkout@v4 with: path: libime-jyutping