Scan CLI source files

This commit is contained in:
Evan Su 2023-04-11 21:35:25 -04:00 committed by GitHub
parent 2f2c9157e9
commit 685ea33be9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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