Quick Start
Instructions
- Clone the https://github.com/check-spelling/spell-check-this/ template repository
- Copy the contents of
.github/into your repository git add .github/git commitgit push
Notes
This will give you handling for push, pull_request_target, and example files with a README.md describing the files and linking to more examples in this wiki.
-
If you have existing forks, you should see Onboarding for information about tweaks you can make to the workflow in order to improve the experience for PRs from those existing forks.
-
Best-practice for workflows is to use a pinned version.
-
There is generally a
prereleasebranch with evolving features, but you should not use it unless you need a specific feature from it. -
You can configure GitHub's dependabot to receive notifications about updates to your workflow(s).
ℹ️ In general, a file task.ext can be replaced with a directory task/
containing multiple files ending with .ext if you prefer --
the files will be merged together.
FAQ | Showcase | Event descriptions | Configuration information | Known Issues | Possible features | Deprecations | Release notes | Helpful scripts