Ci: Add GitHub Actions CI/CD pipeline.#10
Merged
Conversation
c9f1c5d to
3efa285
Compare
3efa285 to
dae58b7
Compare
matejvasek
requested changes
Apr 20, 2026
438c37f to
73197ab
Compare
matejvasek
reviewed
Apr 21, 2026
73197ab to
24acf2c
Compare
matejvasek
approved these changes
Apr 21, 2026
24acf2c to
2b7b982
Compare
Collaborator
|
/hold |
d5846f1 to
2b405ba
Compare
Add single workflow (ci.yml) that runs lint, build, and test on pull requests, then builds and publishes a container image to GHCR on master merge. Follows knative/func patterns: top-level permissions, concurrency groups, version pinning. Fix ESLint config by removing redundant rule spreads that re-enabled the base no-unused-vars rule over the TypeScript version. Add Jest globals for test files. Downgrade @console/pluginAPI shared dep to >=4.19.0. Restructure README: move deployment section to the top with OCP 4.19 prerequisite and GHCR registry link. Add separate prerequisites for deployment and development sections. Add hack/next-plan-number.sh for deterministic plan numbering based on remote PR count. Co-Authored-By: Claude <noreply@anthropic.com>
2b405ba to
f71c6d2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes