Skip to content

Commit

Permalink
fix copy paste error in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt committed Apr 19, 2024
1 parent 082a0ce commit 7a501ff
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,20 +92,3 @@ jobs:
ctest --test-dir libime-jyutping/build
- name: CodeQL Analysis
uses: github/codeql-action/analyze@v2
- 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

0 comments on commit 7a501ff

Please sign in to comment.