@solvaholic's repository template
"So I created this repository from the template. Now what?"
- Decide whether to use the included workflows (described below).
- Configure repository settings, for example branch protection.
- Confirm whether the included license and documentation are appropriate for this repository.
- Replace this readme, which is in the
docs
directory.
The workflows included with this template are enabled by default. View their results under this repository's Actions tab.
Runs github/super-linter on each push to this repository, and adds the resulting status to the commit.
View or modify this workflow's configuration in .github/workflows/linter.yml
.
Periodically checks for changes in solvaholic/template and, if there are any, creates or updates a pull request in this repository to review the changes.
View or modify this workflow's configuration in .github/workflows/sync-from-template.yml
.