Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

solvaholic/scaling-succotash

Repository files navigation

template

@solvaholic's repository template

What to do next

"So I created this repository from the template. Now what?"

  1. Decide whether to use the included workflows (described below).
  2. Configure repository settings, for example branch protection.
  3. Confirm whether the included license and documentation are appropriate for this repository.
  4. Replace this readme, which is in the docs directory.

Included workflows

The workflows included with this template are enabled by default. View their results under this repository's Actions tab.

Lint Code Base

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.

Sync changes from template

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.