Skip to content

feat: Add --project flag to tmpo milestone [start | finish | status] #54

feat: Add --project flag to tmpo milestone [start | finish | status]

feat: Add --project flag to tmpo milestone [start | finish | status] #54

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "0 0 * * 1"
permissions:
contents: read
security-events: write
jobs:
analyze:
name: Analyze (go)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: "1.25"
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: go
- name: Build
run: go build -v ./...
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
with:
category: /language:go