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

github.com/twbs/stylelint-config-twbs-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index eca1e0c..818b794 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -25,9 +25,7 @@ jobs:
uses: actions/checkout@v3
- name: Clone twbs/bootstrap repo
- run: |
- git clone https://github.com/twbs/bootstrap.git -b main --depth 1 bootstrap
- git clone https://github.com/twbs/bootstrap.git -b v4-dev --depth 1 bootstrap-4
+ run: npm run clone-repo
- name: Set up Node.js
uses: actions/setup-node@v3