- Created a build script to compile the Go backend. - Added a CodeQL scan script to automate the creation and analysis of CodeQL databases for Go and JavaScript/TypeScript, including necessary checks for dependencies.
3 lines
41 B
Bash
Executable File
3 lines
41 B
Bash
Executable File
#!/bin/bash
|
|
cd backend && go build ./...
|