Skip to content

Commit

Permalink
Enable C# code quality checks
Browse files Browse the repository at this point in the history
  • Loading branch information
irahopkinson committed Mar 23, 2023
1 parent 0fee0ee commit d8f06f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: ['javascript']
language: ['csharp', 'javascript']
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support

Expand Down

0 comments on commit d8f06f3

Please sign in to comment.