-
Notifications
You must be signed in to change notification settings - Fork 1
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 #12 from jmuelbert/Update-Github-Actions
Update GitHub actions
- Loading branch information
Showing
160 changed files
with
9,917 additions
and
712 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 |
---|---|---|
@@ -0,0 +1,41 @@ | ||
// For format details, see https://aka.ms/devcontainer.json. For config options, see the | ||
// README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-dockerfile | ||
{ | ||
"name": "Python 3", | ||
"image": "mcr.microsoft.com/devcontainers/python:0-3.9", | ||
// See https://containers.dev/features | ||
"features": { | ||
"ghcr.io/devcontainers/features/git:1": {}, | ||
"ghcr.io/devcontainers/features/node:1": {}, | ||
"ghcr.io/devcontainers-contrib/features/ffmpeg-apt-get:1": {} | ||
}, | ||
"hostRequirements": { | ||
"cpus": 4, | ||
"memory": "8gb", | ||
"storage": "32gb" | ||
}, | ||
"customizations": { | ||
"vscode": { | ||
"extensions": [ | ||
"ms-python.python", | ||
"ms-python.vscode-pylance", | ||
"ms-python.black-formatter", | ||
"ms-toolsai.jupiter", | ||
"esbenp.prettier-vscode", | ||
"svelte.svelte-vscode", | ||
"phoenisx.cssvar" | ||
], | ||
"remote.autoForwardPorts": false | ||
} | ||
}, | ||
"forwardPorts": [7860, 9876], | ||
"portsAttributes": { | ||
"7860": { | ||
"label": "checkconnect port" | ||
}, | ||
"9876": { | ||
"label": "checkconnect dev port" | ||
} | ||
}, | ||
"postCreateCommand": "export NODE_OPTIONS=\"--max-old-space-size=8192\" && chmod +x scripts/install_gradio.sh scripts/install_test_requirements.sh scripts/build_frontend.sh && ./scripts/install_gradio.sh && ./scripts/install_test_requirements.sh && ./scripts/build_frontend.sh" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
# Generated by FOSSA CLI (https://github.com/fossas/fossa-cli) | ||
# Visit https://fossa.com to learn more | ||
|
||
version: 3 | ||
cli: | ||
server: https://app.fossa.com | ||
fetcher: custom | ||
project: https://github.com/jmuelbert/checkconnect | ||
analyze: | ||
modules: | ||
- name: checkconnect | ||
type: pip | ||
- name: docs | ||
type: pip | ||
target: docs | ||
path: docs | ||
- name: . | ||
type: pip | ||
target: . | ||
path: . |
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 |
---|---|---|
@@ -0,0 +1,133 @@ | ||
.git* export-ignore | ||
.hooks* export-ignore | ||
.editorconfig export-ignore | ||
|
||
# Custom attribute to mark sources as using our C code style. | ||
[attr]our-c-style whitespace=tab-in-indent format.clang-format-6.0 | ||
|
||
# Custom attribute to mark sources as generated. | ||
# Do not perform whitespace checks. Do not format. | ||
[attr]generated whitespace=-tab-in-indent,-indent-with-non-tab -format.clang-format-6.0 | ||
|
||
* text=auto !eol svneol=native#text/plain | ||
*.gitattributes text svneol=native#text/plain | ||
|
||
# Scriptish formats | ||
*.[1-9] eol=lf | ||
*.bash eol=lf | ||
*.sh eol=lf | ||
*.sh.in eol=lf | ||
|
||
*.bat eol=crlf | ||
*.bat.in eol=crlf | ||
*.sln eol=crlf | ||
*.vcproj eol=crlf | ||
*.vcxproj eol=crlf | ||
|
||
*.bat text svneol=native#text/plain | ||
*.bsh text svneol=native#text/x-beanshell | ||
*.cgi text svneol=native#text/plain | ||
*.cmd text svneol=native#text/plain | ||
*.js text svneol=native#text/javascript | ||
*.php text svneol=native#text/x-php | ||
*.pl text svneol=native#text/x-perl | ||
*.pm text svneol=native#text/x-perl | ||
*.py text svneol=native#text/x-python | ||
configure eol=lf svneol=LF#text/x-sh | ||
|
||
# Image formats | ||
*.bmp binary svneol=unset#image/bmp | ||
*.gif binary svneol=unset#image/gif | ||
*.ico binary svneol=unset#image/ico | ||
*.jpeg binary svneol=unset#image/jpeg | ||
*.jpg binary svneol=unset#image/jpeg | ||
*.png binary svneol=unset#image/png | ||
*.tif binary svneol=unset#image/tiff | ||
*.tiff binary svneol=unset#image/tiff | ||
*.svg text svneol=native#image/svg%2Bxml | ||
|
||
# Data formats | ||
*.pdf binary svneol=unset#application/pdf | ||
*.avi binary svneol=unset#video/avi | ||
*.doc binary svneol=unset#application/msword | ||
*.dsp text svneol=crlf#text/plain | ||
*.dsw text svneol=crlf#text/plain | ||
*.eps binary svneol=unset#application/postscript | ||
*.gz binary svneol=unset#application/gzip | ||
*.mov binary svneol=unset#video/quicktime | ||
*.mp3 binary svneol=unset#audio/mpeg | ||
*.ppt binary svneol=unset#application/vnd.ms-powerpoint | ||
*.ps binary svneol=unset#application/postscript | ||
*.psd binary svneol=unset#application/photoshop | ||
*.rdf binary svneol=unset#text/rdf | ||
*.rss text svneol=unset#text/xml | ||
*.rtf binary svneol=unset#text/rtf | ||
*.sln text svneol=native#text/plain | ||
*.swf binary svneol=unset#application/x-shockwave-flash | ||
*.tgz binary svneol=unset#application/gzip | ||
*.vcproj text svneol=native#text/xml | ||
*.vcxproj text svneol=native#text/xml | ||
*.vsprops text svneol=native#text/xml | ||
*.wav binary svneol=unset#audio/wav | ||
*.xls binary svneol=unset#application/vnd.ms-excel | ||
*.zip binary svneol=unset#application/zip | ||
|
||
# Text formats | ||
.htaccess text svneol=native#text/plain | ||
*.bbk text svneol=native#text/xml | ||
*.cmake text svneol=native#text/plain | ||
*.css text svneol=native#text/css | ||
*.dtd text svneol=native#text/xml | ||
*.htm text svneol=native#text/html | ||
*.html text svneol=native#text/html | ||
*.ini text svneol=native#text/plain | ||
*.log text svneol=native#text/plain | ||
*.mak text svneol=native#text/plain | ||
*.qbk text svneol=native#text/plain | ||
*.rst text svneol=native#text/plain conflict-marker-size=100 | ||
*.sql text svneol=native#text/x-sql | ||
*.txt text svneol=native#text/plain | ||
*.xhtml text svneol=native#text/xhtml%2Bxml | ||
*.xml text svneol=native#text/xml | ||
*.xsd text svneol=native#text/xml | ||
*.xsl text svneol=native#text/xml | ||
*.xslt text svneol=native#text/xml | ||
*.xul text svneol=native#text/xul | ||
*.yml text svneol=native#text/plain | ||
boost-no-inspect text svneol=native#text/plain | ||
CHANGES text svneol=native#text/plain | ||
COPYING text svneol=native#text/plain | ||
INSTALL text svneol=native#text/plain | ||
Jamfile text svneol=native#text/plain | ||
Jamroot text svneol=native#text/plain | ||
Jamfile.v2 text svneol=native#text/plain | ||
Jamrules text svneol=native#text/plain | ||
Makefile* text svneol=native#text/plain | ||
README text svneol=native#text/plain | ||
TODO text svneol=native#text/plain | ||
|
||
# Code formats | ||
*.c text svneol=native#text/plain | ||
*.cpp text svneol=native#text/plain | ||
*.h text svneol=native#text/plain | ||
*.hpp text svneol=native#text/plain | ||
*.ipp text svneol=native#text/plain | ||
*.tpp text svneol=native#text/plain | ||
*.jam text svneol=native#text/plain | ||
*.java text svneol=native#text/plain | ||
|
||
# Source files | ||
*.ui text | ||
# Fix GitHub thinking our translations are TypeScript | ||
*.ts linguist-language=XML | ||
|
||
# Don't count the translation files in the language stats | ||
translations/* linguist-vendored | ||
|
||
.tag export-subst | ||
.gitignore export-ignore | ||
.gitattributes export-ignore | ||
.mailmap export-ignore | ||
.tx export-ignore | ||
.LICENSE-HEADER export-ignore | ||
.travis.yml export-ignore |
Validating CODEOWNERS rules …
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 |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# This file does not signify real code owners. We use it to automate the | ||
# process of assigning code reviews. But generally all members of the | ||
# project own the whole product. | ||
|
||
|
||
# These owners will be the default owners for everything in | ||
# the repo. Unless a later match takes precedence, | ||
# @global-owner1 and @global-owner2 will be requested for | ||
# review when someone opens a pull request. | ||
# @global-owner1 @global-owner2 | ||
|
||
# You can also use email addresses if you prefer. They'll be | ||
# used to look up users just like we do for commit author | ||
# emails. | ||
#.go [email protected] | ||
|
||
# The `src/*`pattern will match files like | ||
src/* @jmuelbert | ||
|
||
# The `docs/*` pattern will match files like | ||
docs/* @jmuelbert | ||
pages/* @jmuelbert | ||
|
||
# Normally, *.ui, *.cpp and *.h files are reviewed by the core-cpp team only | ||
# All files containing UI text are reviewed by the ui-review team | ||
.editorconfig @jmuelbert | ||
.prettierignore @jmuelbert | ||
.prettierrc @jmuelbert | ||
*.conf @jmuelbert | ||
*.json @jmuelbert | ||
*.rb @jmuelbert | ||
*.gemspec @jmuelbert | ||
*.yaml @jmuelbert | ||
*.yml @jmuelbert | ||
*.toml @jmuelbert | ||
Rakefile @jmuelbert | ||
Gemfile @jmuelbert | ||
AUTHORS.md @jmuelbert | ||
CHANGELOG.md @jmuelbert | ||
README.md @jmuelbert | ||
SECURITY.md @jmuelbert |
Oops, something went wrong.
84ef0a3
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 (301)
Some files were automatically ignored 🙈
These sample patterns would exclude them:
You should consider excluding directory paths (e.g.
(?:^|/)vendor/
), filenames (e.g.(?:^|/)yarn\.lock$
), or file extensions (e.g.\.gz$
)You should consider adding them to:
File matching is via Perl regular expressions.
To check these files, more of their words need to be in the dictionary than not. You can use
patterns.txt
to exclude portions, add items to the dictionary (e.g. by adding them toallow.txt
), or fix typos.To accept these unrecognized words as correct and update file exclusions, you could run the following commands
... in a clone of the [email protected]:jmuelbert/checkconnect.git repository
on the
main
branch (ℹ️ how do I use this?):Available 📚 dictionaries could cover words not in the 📘 dictionary
Consider adding them (in
.github/workflows/spelling.yml
) foruses: check-spelling/check-spelling@00c989c97749eb0cb2d256bdc55ac61b0096c6d3
in itswith
:To stop checking additional dictionaries, add (in
.github/workflows/spelling.yml
) foruses: check-spelling/check-spelling@00c989c97749eb0cb2d256bdc55ac61b0096c6d3
in itswith
:Pattern suggestions ✂️ (22)
You could add these patterns to
.github/actions/spelling/patterns.txt
:Errors (6)
See the 📜action log or 📝 job summary for details.
See ❌ Event descriptions for more information.
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 containingfile.
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 branchyou'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.
🚂 If you're seeing this message and your PR is from a
branch that doesn't have check-spelling, please merge to your PR's base
branch to get the version configured for your repository.