Skip to content

Add ci.yml with completion-ci#10

Merged
adamtheturtle merged 1 commit intomasterfrom
add-completion-ci
Mar 10, 2026
Merged

Add ci.yml with completion-ci#10
adamtheturtle merged 1 commit intomasterfrom
add-completion-ci

Conversation

@adamtheturtle
Copy link
Member

@adamtheturtle adamtheturtle commented Mar 10, 2026

Add ci.yml workflow with completion-ci, so all projects have both completion-lint and completion-ci.

Made with Cursor


Note

Low Risk
Workflow-only change that adds CI checks; low blast radius aside from potential new CI failures if the formula audit is stricter than current expectations.

Overview
Adds a new .github/workflows/ci.yml workflow that runs on pushes/PRs to master and performs a Homebrew brew audit --strict --online for vws-cli.rb.

Includes a completion-ci job that always runs after build and fails the workflow if the upstream job did not succeed, mirroring the existing completion pattern used in lint.yml.

Written by Cursor Bugbot for commit f51a718. This will update automatically on new commits. Configure here.

@adamtheturtle adamtheturtle merged commit 3213873 into master Mar 10, 2026
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

push:
branches: [master]
pull_request:
branches: [master]
Copy link

Choose a reason for hiding this comment

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

CI workflow targets wrong branch name

High Severity

The new ci.yml workflow triggers on branches [master], but the existing lint.yml workflow triggers on branches [main]. This mismatch means the CI workflow will likely never run, since the repository appears to use main as its default branch.

Fix in Cursor Fix in Web

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.

1 participant