Skip to content

Commit

Permalink
don't build for csharp codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Jul 9, 2024
1 parent 90a5ab8 commit c6223b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jobs:
matrix:
include:
- language: csharp
build-mode: autobuild
build-mode: none
- language: javascript-typescript
build-mode: none
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: true


# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit c6223b7

Please sign in to comment.