Remove JS codeql since there is no JS in this repo

This commit is contained in:
David Dworken 2022-11-06 17:43:16 -08:00
parent 3e0ed67518
commit cacbedd5f0
No known key found for this signature in database

View File

@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'go', 'javascript' ]
language: [ 'go' ]
steps:
- name: Checkout repository