Skip to content

Commit

Permalink
fix(codeql): #27 js ts duplicate warning (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-winberry authored Feb 11, 2025
1 parent 00a289a commit 181c623
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: ['javascript', 'typescript', 'go']
# Add 'go' to the list of languages
language: ['typescript', 'go']

steps:
- name: Checkout repository
Expand All @@ -35,10 +34,5 @@ jobs:
- name: Autobuild
uses: github/codeql-action/autobuild@v3

# If the Autobuild fails, you may need to manually build your Go code
# Uncomment and modify the following lines if necessary
#- run: |
# go build ./...

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
Binary file modified public/main.wasm
Binary file not shown.

0 comments on commit 181c623

Please sign in to comment.