Closed RahulK4102 closed 3 weeks ago
The DCO build failed which means the commit wasn't signed, one way it can be done is via:
git commit --amend -s # sign existing commit git push -f
we could add this typo to .codespelldict also
I caught this in https://github.com/containers/ramalama/pull/379 will need signed commits to merge PRs
Corrected "neather" to "neither" in [README.md].
This pull request addresses a minor typo found in repository. The typo has been corrected to improve clarity and maintain the quality of the documentation.
This change is purely cosmetic and does not affect functionality.