Skip to content

ci: add staticcheck and govulncheck to CI#44

Open
leno23 wants to merge 1 commit into
dolph:mainfrom
leno23:chore/ci-staticcheck-govulncheck-issue-30
Open

ci: add staticcheck and govulncheck to CI#44
leno23 wants to merge 1 commit into
dolph:mainfrom
leno23:chore/ci-staticcheck-govulncheck-issue-30

Conversation

@leno23
Copy link
Copy Markdown

@leno23 leno23 commented May 17, 2026

Fixes #30

Made with Cursor

Fixes dolph#30

Co-authored-by: Cursor <cursoragent@cursor.com>
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9f8b144cdf

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/workflows/ci.yml

- uses: dominikh/staticcheck-action@v1
with:
version: latest
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Pin Staticcheck to a fixed release

Using version: latest makes CI behavior time-dependent: each new Staticcheck release can add checks and start failing unrelated PRs even when repository code hasn’t changed. The action’s own README warns that new versions may break builds and recommends pinning a specific version, so this introduces avoidable flakiness and non-reproducible CI results.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI does not run staticcheck or govulncheck

1 participant