-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,11 @@ jobs: | |
runs-on: ${{matrix.os}} | ||
steps: | ||
- run: rustup show | ||
|
||
- run: rustup update stable | ||
if: ${{contains( matrix.os, 'macos' )}} | ||
|
||
|
||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
- uses: FranzDiebold/[email protected] | ||
|
This file contains 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
966958e
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 for details.
Unrecognized words (3)
DOCKERCLOUD
dtolnay
VAAPI
Previously acknowledged words that are now absent
abi Affero amd anshulrgoyal api argb ARGN ASingle aspectforce ATL Autoscaler autostart avx backtraces bgra bicubic bigint bss BTree busybox cacert cachedstaticproxy catmullromfastsharp cerror cgi changeset chpasswd clienthints concat Condvar cpuinfo crlf crt crtstuff csharp CSpace cstr CStyle csu DATAERR dbg Debounce Deduplicated dhparam dockercloud dockerd donovanmuller downscaleonly DSmaller dynstr dynsym edata eprint eprintln errored etag fasterinverseerf fasterlambertwexpx fastlambertwexpx ftp getres gettime gliderlabs gnubin gprof groupadd Gsize gst gstreamer gstvaapidecode gunzip halfpiminustwopi haproxy hashmap hdr hms homepage htpasswd IFD IFDIR IFMT IFREG imagesaturation infop intptr IOERR IRWXU ISDIR ISREG jpegs jrcs jrh libssl lookbehind macos mallocs maxheight maxwidth mingw mnt mouseover msbuild multirust netstandard nginx njones nodeinfo noinspection NOPERM nuget nyprogressivejpegwebperformanceux oem oom OSERR OSTYPE osx PDecode peaceiris PEncode Perma PGet pixelfordinner plt Pragmas preserveaspect println radware Readme REALTIME referer rela releasebuilds rels rfc rodata rowbytes rsa rsync semver Ses sharpenwhen shl showthread shstrtab SRCS srcset srgb srv sse ssize ssl stacktrace STREQUAL stringify strtab subfolder subpixel sudo sudoers sysctl systemctl TEMPFAIL tls TMC todo toolchain toolchains toosmall uchar uid umax uninstall unpackhi unpacklo uploader upscalecanvas uri urls useradd utc vaapi vfasterinverseerf vfasterlambertwexpx vfastlambertwexpx webp wget writeln xxhash :arrow_right:To accept ✔️ these unrecognized words as correct and remove the previously acknowledged and now absent words, run the following commands
... in a clone of the [email protected]:imazen/imageflow.git repository
on the
main
branch (ℹ️ how do I use this?):Available 📚 dictionaries could cover words not in the 📘 dictionary
This includes both expected items (893) from .github/actions/spell-check/expect/expect.txt and unrecognized words (3)
Consider adding them using (in
.github/workflows/spelling.yml
):To stop checking additional dictionaries, add:
✏️ Contributor please read this
.github/actions/spell-check/expect/expect.txt
.add an item in
.github/actions/spell-check/patterns.txt
.If the flagged items are 🤯 false positives
If items relate to a ...
binary file (or some other file you wouldn't want to check at all).
Please add a file path to the
excludes.txt
file matching the containing file.File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.
^
refers to the file's path from the root of the repository, so^README\.md$
would exclude README.md (on whichever branch you're using).well-formed pattern.
If you can write a pattern that would match it,
try adding it to the
patterns.txt
file.Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.
Note that patterns can't match multiline strings.