Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #57 from eslerm/minimally-vendored
vendored code: use only necessary vendored code
- Loading branch information
18e2045
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@check-spelling-bot Report
🔴 Please review
See the 📜action log or 📝 job summary for details.
Unrecognized words (1)
libseed
To accept these unrecognized words as correct, you could run the following commands
... in a clone of the [email protected]:canonical/ubuntu-mir.git repository
on the
main
branch (ℹ️ how do I use this?):Available 📚 dictionaries could cover words (expected and unrecognized) not in the 📘 dictionary
This includes both expected items (13) from .github/actions/spelling/expect.txt and unrecognized words (1)
Consider adding them (in
.github/workflows/spelling.yml
) foruses: check-spelling/check-spelling@main
in itswith
:To stop checking additional dictionaries, add (in
.github/workflows/spelling.yml
) foruses: check-spelling/check-spelling@main
in itswith
:✏️ Contributor please read this
By default the suggested command will add the listed items to the.github/actions/spelling/expect.txt
. This is not always desired!If a listed items is
.github/actions/spelling/allow
..github/actions/spelling/expect.txt
.See the
README.md
in each directory for more information.🔬 You can test your commits without appending to a PR by creating a new branch with that extra change and pushing it to your fork. The check-spelling action will run in response to your push – it doesn't require an open pull request. By using such a branch, you can limit the number of typos your peers see you make. 😉