Add web interface to CodeQL

This commit is contained in:
Evan Su 2023-08-06 00:03:12 -04:00 committed by GitHub
parent b3b5157977
commit 97fa47346d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ on:
- "cli/picocrypt/*.go"
- "cli/picocrypt/go.mod"
- "cli/picocrypt/go.sum"
- "web/*.go"
- "web/go.mod"
- "web/go.sum"
pull_request:
branches: [ main ]
jobs: