Static Code Checking
This action performs static code checks.
See, How to build NeoMutt
Steps:
| Key | Description | Details |
|---|---|---|
| Trigger | git push |
To branch main
|
| Trigger | Pull Request | |
| Trigger | Schedule | Mondays at 3am |
| Trigger | Workflow (manual) | https://github.com/neomutt/neomutt/actions/workflows/codeql.yml |
| Uses | Simen Bekkhus’ cpu-cores action | https://github.com/SimenB/github-actions-cpu-cores |
| Uses | GitHub’s checkout action | https://github.com/actions/checkout |
| Uses | GitHub’s CodeQL action | https://github.com/github/codeql-action |
| Runs-on | ubuntu-latest | neomutt/ubuntu |
| Description | Location |
|---|---|
| Action | https://github.com/neomutt/neomutt/blob/main/.github/workflows/codeql.yml |
| Action Logs | https://github.com/neomutt/neomutt/actions/workflows/codeql.yml |
| Source Code | https://github.com/neomutt/neomutt |
| CodeQL | https://github.com/github/codeql-action |