Skip to content

Comments

Add CI in github action#16

Merged
acarl005 merged 3 commits intomainfrom
andy/add-gh-workflow
Feb 6, 2026
Merged

Add CI in github action#16
acarl005 merged 3 commits intomainfrom
andy/add-gh-workflow

Conversation

@acarl005
Copy link
Collaborator

@acarl005 acarl005 commented Feb 5, 2026

this adds a simple verification step, linting and compiling. this runs on PRs to main. After merging to main, verification will run again and if that passes, push to Docker Hub

I verified that this fails when lint fails: https://github.com/warpdotdev/warp-agent-worker/actions/runs/21715086345/job/62628622122?pr=16

FYI this workflow needs a couple of secrets configured, DOCKERHUB_USERNAME and DOCKERHUB_TOKEN. I don't think I can access/create credentials for our org except for personal credentials (which I assume we don't want).

@acarl005 acarl005 requested a review from bnavetta February 5, 2026 14:20
Copy link
Collaborator

@bnavetta bnavetta left a comment

Choose a reason for hiding this comment

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

I think our current Docker plan can only create personal tokens, so we might not have a choice on that!

@acarl005 acarl005 merged commit 402947a into main Feb 6, 2026
3 checks passed
@acarl005 acarl005 deleted the andy/add-gh-workflow branch February 6, 2026 02:48
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.

2 participants