Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-npm-starter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2020-05-07 20:54:18 +0300
committerMark Otto <otto@github.com>2020-05-11 22:47:16 +0300
commitc239b2909cf21834aedfe7c7d994a9c6b421f92e (patch)
tree67aa53754b20ac49615ad0b41bcd8f9086acad57
parent979b1f2f6576b4389560aca55e0330f3be573970 (diff)
Update readme to include Actions guidance
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1fa15af..fb9dfac 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# Bootstrap npm starter template
[![Build Status](https://github.com/twbs/bootstrap-npm-starter/workflows/CI/badge.svg)](https://github.com/twbs/bootstrap-npm-starter/actions)
-
+
This repo is a template for creating new Bootstrap-powered npm projects, maintained by Bootstrap co-author @mdo. You can also use it as your own Bootstrap prototyping sandbox.
Built with Bootstrap v4.4.1 with plans to update for v5.
@@ -40,6 +40,16 @@ For the most straightforward development, open two Terminal tabs to execute `npm
Open <http://localhost:3000> to see the page in action.
+## Actions CI
+
+We've included some simple GitHub Actions in this template repo. When you generate your new project from here, you'll have the same tests that run whenever a pull request is created. We've included Actions for the following:
+
+- Stylelint for your CSS
+
+When your repository is generated, you won't see anything in the Actions tab until you create a new pull request. You can customize these Actions, add new ones, or remove them outright if you wish.
+
+[Learn more about GitHub Actions](https://github.com/features/actions), [read the Actions docs](https://help.github.com/en/actions), or [browse the Actions Marketplace](https://github.com/marketplace/actions).
+
## Copyright
&copy; @mdo 2020 and licensed MIT.