Skip to content

Conversation

@yonas
Copy link
Contributor

@yonas yonas commented Jan 13, 2026

No description provided.

@github-actions
Copy link

🚨 Conventional Commits check failed!

Your commit messages don’t comply with the Conventional Commits spec.

Details
Error: Unknown revision: `938fd44f8b8e9f8af04942d7dde6090edb950b13`

💡 How to fix

You can rewrite your commit messages using interactive rebase:

git rebase -i origin/main
  • Change pick to reword for commits you need to fix.
  • Edit the commit message to follow Conventional Commits (e.g. feat: add login, fix: correct typo).
  • Save and continue the rebase.

If you only need to fix the latest commit:

git commit --amend -m "feat: update README with installation guide"

Then force-push your branch:

git push --force

✅ Once you fix your commit messages, re-run the PR checks and this warning will disappear.

@yonas yonas merged commit 5eb8ba2 into main Jan 13, 2026
12 checks passed
@yonas yonas deleted the feat/cmake branch January 13, 2026 21:51
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