Skip to content

Commit

Permalink
ci: remove analyzer c-cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
adenvt committed Jul 19, 2024
1 parent bbcb5e0 commit 0f814c6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,14 @@ jobs:
contents: read
security-events: write

strategy:
fail-fast: false
matrix:
language: ['javascript-typescript', 'c-cpp']

steps:
- name: Git Checkout
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
languages: javascript

- name: Autobuild
uses: github/codeql-action/autobuild@v3
Expand Down

0 comments on commit 0f814c6

Please sign in to comment.