Skip to content

Commit

Permalink
init CodeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt committed Mar 1, 2024
1 parent 56af271 commit 75733b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
pacman -Syu --noconfirm base-devel cmake extra-cmake-modules xcb-util xcb-util-keysyms
- name: Check out
uses: actions/checkout@v4
- name: Init CodeQL
uses: github/codeql-action/init@v3
with:
languages: c
- name: Configure
run: |
cmake -S . -B build
Expand Down

0 comments on commit 75733b3

Please sign in to comment.